tbrehm
2009-02-25 fc11794bac37724eddcc3d1f0fb77a12468dc1e2
interface/web/admin/form/users.tform.php
@@ -87,7 +87,7 @@
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;
         }
        }