Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
632f1566
Commit
632f1566
authored
Mar 02, 2016
by
Marius Burkard
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- removed unneeded security check (Fixes #3785)
parent
da7597f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
interface/web/tools/user_settings.php
interface/web/tools/user_settings.php
+0
-4
No files found.
interface/web/tools/user_settings.php
View file @
632f1566
...
...
@@ -44,10 +44,6 @@ require_once '../../lib/app.inc.php';
//* Check permissions for module
$app
->
auth
->
check_module_permissions
(
'tools'
);
if
(
$_SESSION
[
's'
][
'user'
][
'typ'
]
==
'admin'
)
{
$app
->
auth
->
check_security_permissions
(
'admin_allow_new_admin'
);
}
// Loading classes
$app
->
uses
(
'tpl,tform,tform_actions'
);
$app
->
load
(
'tform_actions'
);
...
...
Write
Preview
Markdown
is supported
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