Skip to content
GitLab
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
f8616a8d
Commit
f8616a8d
authored
Jan 09, 2009
by
tbrehm
Browse files
Disabled designer module.
parent
059a1383
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/form/users.tform.php
View file @
f8616a8d
...
...
@@ -87,7 +87,7 @@ $handle = @opendir(ISPC_WEB_PATH);
while
(
$file
=
@
readdir
(
$handle
))
{
if
(
$file
!=
'.'
&&
$file
!=
'..'
)
{
if
(
@
is_dir
(
ISPC_WEB_PATH
.
"/
$file
"
))
{
if
(
is_file
(
ISPC_WEB_PATH
.
"/
$file
/lib/module.conf.php"
)
and
$file
!=
'login'
)
{
if
(
is_file
(
ISPC_WEB_PATH
.
"/
$file
/lib/module.conf.php"
)
and
$file
!=
'login'
&&
$file
!=
'designer'
)
{
$modules_list
[
$file
]
=
$file
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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