bugfix: Tinyboard was trying to PURGE /tmp files

This commit is contained in:
Savetheinternet 2011-10-09 02:58:56 +11:00
parent ea2e4f12f8
commit 57f652f804

View File

@ -331,7 +331,7 @@
}
$ret = @unlink($path);
if(isset($config['purge']) && isset($_SERVER['HTTP_HOST'])) {
if(isset($config['purge']) && $path[0] != '/' && isset($_SERVER['HTTP_HOST'])) {
// Purge cache
if(basename($path) == $config['file_index']) {
// Index file (/index.html); purge "/" as well