Update cache.php

A few minor changes.
This commit is contained in:
FusionPBX 2021-09-03 22:35:33 -06:00 committed by GitHub
parent b69067ac6d
commit 08c1fdc1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -103,7 +103,7 @@ class cache {
//cache method memcache
if ($_SESSION['cache']['method']['text'] == "memcache") {
// connect to event socket
//connect to event socket
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
if ($fp === false) {
return false;
@ -155,8 +155,6 @@ class cache {
}
}
// return result
return $result;
}
/**