慕粉1422042299
2018-06-19 13:32
require_once 'dir.func.php'; require_once 'file.func.php'; require_once 'common.func.php'; $path="file"; $path=$_REQUEST['path']?$_REQUEST['path']:$path; $act=$_REQUEST['act']; $filename=$_REQUEST['filename']; $dirname=$_REQUEST['dirname']; $info=readDirectory($path); if ($act=="create"){ $mes=createFile($path."/".$filename); alertMes($mes,$redirect);
createFile
WEB在线文件管理器
36223 学习 · 332 问题
相似问题
回答 2