Skip to content

Commit f8616a8

Browse files
committed
Disabled designer module.
1 parent 059a138 commit f8616a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/users.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
while ($file = @readdir ($handle)) {
8888
if ($file != '.' && $file != '..') {
8989
if(@is_dir(ISPC_WEB_PATH."/$file")) {
90-
if(is_file(ISPC_WEB_PATH."/$file/lib/module.conf.php") and $file != 'login') {
90+
if(is_file(ISPC_WEB_PATH."/$file/lib/module.conf.php") and $file != 'login' && $file != 'designer') {
9191
$modules_list[$file] = $file;
9292
}
9393
}

0 commit comments

Comments
 (0)