bugfix: Tinyboard was trying to PURGE /tmp files
This commit is contained in:
parent
ea2e4f12f8
commit
57f652f804
@ -331,7 +331,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$ret = @unlink($path);
|
$ret = @unlink($path);
|
||||||
if(isset($config['purge']) && isset($_SERVER['HTTP_HOST'])) {
|
if(isset($config['purge']) && $path[0] != '/' && isset($_SERVER['HTTP_HOST'])) {
|
||||||
// Purge cache
|
// Purge cache
|
||||||
if(basename($path) == $config['file_index']) {
|
if(basename($path) == $config['file_index']) {
|
||||||
// Index file (/index.html); purge "/" as well
|
// Index file (/index.html); purge "/" as well
|
||||||
|
Loading…
Reference in New Issue
Block a user