Update cache.php
This commit is contained in:
@@ -132,6 +132,7 @@ class cache {
|
|||||||
if (file_exists($_SESSION['cache']['location']['text'] . "/" . $key . ".tmp")) {
|
if (file_exists($_SESSION['cache']['location']['text'] . "/" . $key . ".tmp")) {
|
||||||
unlink($_SESSION['cache']['location']['text'] . "/" . $key . ".tmp");
|
unlink($_SESSION['cache']['location']['text'] . "/" . $key . ".tmp");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// return result
|
// return result
|
||||||
|
|||||||
Reference in New Issue
Block a user