Update cache.php

This commit is contained in:
FusionPBX 2019-10-15 13:54:55 -06:00 committed by GitHub
parent 00133fb0e3
commit a6eb416982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 13 deletions

View File

@ -58,7 +58,7 @@ class cache {
} }
} }
// return result //return result
return $result; return $result;
} }
@ -94,7 +94,7 @@ class cache {
} }
} }
// return result //return result
return $result; return $result;
} }
@ -187,7 +187,6 @@ class cache {
//close event socket //close event socket
fclose($fp); fclose($fp);
} }
//cache method file //cache method file
@ -202,10 +201,9 @@ class cache {
//remove the cache //remove the cache
recursive_delete($_SESSION['cache']['location']['text']); recursive_delete($_SESSION['cache']['location']['text']);
} }
// return result //return result
return $result; return $result;
} }
} }