Update cache.php

This commit is contained in:
FusionPBX
2018-07-24 16:55:56 -05:00
committed by GitHub
parent f4b3c10597
commit a34947fa85
+1
View File
@@ -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