2016-08-12 4 views

答えて

0

この問題に関連sugar7パッケージのインストールを持っていますunlink()メソッドも見つけることができます。

削除ファイル/ディレクトリの不正な使用法

# before 
unlink(....) 

# after 
//SugarAutoloader::unlink($filename); 
//require_once("include/dir_inc.php"); 
//rmdir_recursive($filename); 

require_once("include/upload_file.php"); 
$us = new UploadStream(); 
$us->unlink($filename);