Tweaked ACL plugin again temporarily

This commit is contained in:
Albert Santoni 2015-02-06 14:45:07 -05:00
parent bcd7e3d70f
commit 7bf96e09a5
1 changed files with 2 additions and 1 deletions

View File

@ -119,11 +119,12 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
// we need to do API key verification
if ($request->getModuleName() == "rest") {
if (!$this->verifyAuth()) {
//$this->denyAccess();
$this->denyAccess();
//$this->getResponse()->sendResponse();
//$r->gotoSimpleAndExit('index', 'login', $request->getModuleName());
//die();
return;
}
}