]> 4ch.mooo.com Git - test.git/commitdiff
modified: x.php
authorsparky4 <sparky4@4ch.irc.su>
Thu, 3 Mar 2011 00:21:25 +0000 (18:21 -0600)
committersparky4 <sparky4@4ch.irc.su>
Thu, 3 Mar 2011 00:21:25 +0000 (18:21 -0600)
x.php

diff --git a/x.php b/x.php
index b79419d1728406eb2c750b275cec4c481a572d5e..a2c4ec4810bb19eceec8dc6e78bb0046912b0e79 100755 (executable)
--- 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);
        }