Update cmd.php

This commit is contained in:
FusionPBX 2017-11-24 13:00:52 -07:00 committed by GitHub
parent d522c830b8
commit b1c4a3197e
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();
}