We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059a138 commit f8616a8Copy full SHA for f8616a8
interface/web/admin/form/users.tform.php
@@ -87,7 +87,7 @@
87
while ($file = @readdir ($handle)) {
88
if ($file != '.' && $file != '..') {
89
if(@is_dir(ISPC_WEB_PATH."/$file")) {
90
- 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') {
91
$modules_list[$file] = $file;
92
}
93
0 commit comments