From d54bac209dfc7a485dd14ae2d93b52b49b871616 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 2 Mar 2011 18:21:25 -0600 Subject: [PATCH] modified: x.php --- x.php | 1 + 1 file changed, 1 insertion(+) diff --git a/x.php b/x.php index b79419d..a2c4ec4 100755 --- a/x.php +++ b/x.php @@ -25,6 +25,7 @@ $config['TITLE'] = '画像掲示板'; $board = array(); $handle = opendir($qazw); while(false !== ($file = readdir($handle))){ +if($file != 'test') if($file != 'my' and $file != 'lite' and $file != 'pg' and $file != 'script' and $file != '.' and $file != '..'){ // do not include system core directory or distribution directory if(is_dir($qazw.$file) and is_file($qazw.$file.'/config.php') || is_file($qazw.$file.'/'.PHP_SELF)) array_push($board, $file); } -- 2.39.5