From: sparky4 Date: Thu, 3 Mar 2011 00:21:25 +0000 (-0600) Subject: modified: x.php X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=d54bac209dfc7a485dd14ae2d93b52b49b871616;p=test.git modified: x.php --- 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); }