Update index.php
This commit is contained in:
@@ -427,6 +427,10 @@ function adminoperate($path)
|
|||||||
savecache('path_' . $path1, json_decode('{}',true), 1);
|
savecache('path_' . $path1, json_decode('{}',true), 1);
|
||||||
return output($result['body'], $result['stat']);
|
return output($result['body'], $result['stat']);
|
||||||
}
|
}
|
||||||
|
if ($_GET['RefreshCache']) {
|
||||||
|
savecache('path_' . $path1, json_decode('{}',true), 1);
|
||||||
|
return output('', 302, [ 'Location' => $_SERVER['PHP_SHELL'] ]);
|
||||||
|
}
|
||||||
return $tmparr;
|
return $tmparr;
|
||||||
}
|
}
|
||||||
function MSAPI($method, $path, $data = '', $access_token)
|
function MSAPI($method, $path, $data = '', $access_token)
|
||||||
|
|||||||
Reference in New Issue
Block a user