Update cmd.php
This commit is contained in:
parent
d522c830b8
commit
b1c4a3197e
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue