<? //test_2.php if (!($str = readfile("$filename"))) { echo("Could not open file: $filename<BR>\n"); exit; } else { echo $str; } ?>
<Directory /usr/local/apache/htdocs> php_admin_value open_basedir /usr/local/apache/htdocs </Directory>
<? //test_3.php if(file_exists($filename)) include("$filename"); ?>
上一页 [1] [2] [3] [4] [5] [6] [7] [8] 下一页