Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
5308a8f9
Commit
5308a8f9
authored
Nov 19, 2013
by
Till Brehm
Browse files
Fixed Syntax error in auth.inc.php
parent
604c0c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/auth.inc.php
View file @
5308a8f9
...
@@ -33,6 +33,7 @@ class auth {
...
@@ -33,6 +33,7 @@ class auth {
public
function
get_user_id
()
public
function
get_user_id
()
{
{
global
$app
;
return
$app
->
functions
->
intval
(
$_SESSION
[
's'
][
'user'
][
'userid'
]);
return
$app
->
functions
->
intval
(
$_SESSION
[
's'
][
'user'
][
'userid'
]);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment