CC-3702: System -> Status: No difference between a service is failed vs a service is not monitor
-fixed
This commit is contained in:
parent
5e5ced6fe5
commit
b9ab11ce28
4 changed files with 24 additions and 7 deletions
|
@ -784,6 +784,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$request = $this->getRequest();
|
||||
$api_key = $request->getParam('api_key');
|
||||
$getDiskInfo = $request->getParam('diskinfo') == "true";
|
||||
|
||||
if (!in_array($api_key, $CC_CONFIG["apiKey"]) &&
|
||||
is_null(Zend_Auth::getInstance()->getStorage()->read()))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue