Example #1
0
function DelPath($DelPath)
{
    if ($DelPath == "../../" || $DelPath == "../../d/file/") {
        return "";
    }
    $wm_chief = new del_path();
    $wm_chief_ok = $wm_chief->wm_chief_delpath($DelPath);
    return $wm_chief_ok;
}
Example #2
0
function DelPath($DelPath){
	include("class/delpath.php");
	$wm_chief=new del_path();
	$wm_chief_ok=$wm_chief->wm_chief_delpath($DelPath);
	return $wm_chief_ok;
}
Example #3
0
function InstallDelArticleTxtFile()
{
    @(include "../class/delpath.php");
    $DelPath = "../../d/txt/2008";
    $wm_chief = new del_path();
    $wm_chief_ok = $wm_chief->wm_chief_delpath($DelPath);
    return $wm_chief_ok;
}