redray
2009-03-11 122be74d39f3bd64b8f34ea5cc76d1e7e6e39ffa
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;
         }
        }