删除 web 目录之外的文件的解决方案是什么?它不会删除文件。
脚本将通过网络浏览器访问(仅限管理员)。
例如:
PHP 位于:/var/www/html/delete_xx_phones.php
-rwxr-xr-x 1 root root 592 Mar 13 17:18 delete_xx_phones.php
delete_xx_phones.php
代码看起来像这样:
foreach(glob("/path/004*-phone.cf") as $file) {
unlink($file);
}
中的文件/path
-rw-r--r-- 1 root root 346 Mar 13 17:15 004aaaa-phone.cf
-rw-r--r-- 1 root root 346 Mar 13 17:15 004bbaa-phone.cf