This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($_GET['dir'])){ //config the basedir | |
$basedir=$_GET['dir']; | |
}else{ | |
$basedir = '.'; | |
} | |
$auto = 1; | |
//把以下代码保存为:killbom.php,放在要转换的文件根目录下执行即可 | |
checkdir($basedir); | |
NewerOlder