mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update cmd.php
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user