Rollback last commit due to REST error when downloading files
This commit is contained in:
parent
ed190c30f3
commit
bcd7e3d70f
|
@ -119,8 +119,11 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
|
||||||
// we need to do API key verification
|
// we need to do API key verification
|
||||||
if ($request->getModuleName() == "rest") {
|
if ($request->getModuleName() == "rest") {
|
||||||
if (!$this->verifyAuth()) {
|
if (!$this->verifyAuth()) {
|
||||||
$this->getResponse()->sendResponse();
|
//$this->denyAccess();
|
||||||
die();
|
//$this->getResponse()->sendResponse();
|
||||||
|
//$r->gotoSimpleAndExit('index', 'login', $request->getModuleName());
|
||||||
|
|
||||||
|
//die();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue