Update cmd.php

This commit is contained in:
FusionPBX
2017-11-24 13:00:52 -07:00
committed by GitHub
parent 53230208bf
commit 20abd0bf8c

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();
}