tbrehm
2010-01-31 286d1bf1b746b49e43fd674bbc47afd25adfbedb
Fixed: FS#1053 - Syntax Error in form_list.php
1 files modified
2 ■■■ changed files
interface/web/designer/form_list.php 2 ●●● patch | view | raw | blame | history
interface/web/designer/form_list.php
@@ -56,7 +56,7 @@
while ($file = @readdir ($handle)) { 
    if ($file != '.' && $file != '..') {
        if(@is_dir(ISPC_WEB_PATH."/$file")) {
            if(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') {
                if(@is_dir(ISPC_WEB_PATH."/$file/form")) {
                    $handle2 = opendir(ISPC_WEB_PATH."/$file/form");
                    while ($form_file = @readdir ($handle2)) {