Logging for ftp script
This commit is contained in:
parent
0431044ee2
commit
9cea1f079b
|
@ -105,7 +105,7 @@ class Rest_MediaController extends Zend_Rest_Controller
|
|||
}
|
||||
|
||||
public function postAction()
|
||||
{
|
||||
{Logging::info("POST --- start");
|
||||
if (!$this->verifyAuth(true, true))
|
||||
{
|
||||
return;
|
||||
|
@ -126,7 +126,7 @@ class Rest_MediaController extends Zend_Rest_Controller
|
|||
->appendBody("ERROR: Disk Quota reached.");
|
||||
return;
|
||||
}
|
||||
Logging::info("POST --- start");
|
||||
|
||||
$file = new CcFiles();
|
||||
$whiteList = $this->removeBlacklistedFieldsFromRequestData($this->getRequest()->getPost());
|
||||
|
||||
|
|
Loading…
Reference in New Issue