Update cmd.php

This commit is contained in:
FusionPBX 2017-11-24 13:00:52 -07:00 committed by GitHub
parent 53230208bf
commit 20abd0bf8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@
unset($tmp_cmd);
}
//memcache flush
if ($cmd == "api memcache flush") {
//cache flush
if ($cmd == "api cache flush") {
$cache = new cache;
$cache->flush();
}