d******8 发帖数: 2191 | 1 exec("php index.php > ~/a.html");
readfile("~/a.html");
PHP Warning: readfile(~/a.html): failed to open stream: No such file or
directory in /var/www/ex.php on line 2 | g******9 发帖数: 70 | 2 ~是当前用户的home,在script里有这个大多都指不到正确位置吧。
改成绝对路径看看
【在 d******8 的大作中提到】 : exec("php index.php > ~/a.html"); : readfile("~/a.html"); : PHP Warning: readfile(~/a.html): failed to open stream: No such file or : directory in /var/www/ex.php on line 2
| d******8 发帖数: 2191 | 3 嗯嗯。好像是的。那个exec也要绝对目录。
【在 g******9 的大作中提到】 : ~是当前用户的home,在script里有这个大多都指不到正确位置吧。 : 改成绝对路径看看
|
|