Logging for ftp script

This commit is contained in:
drigato 2014-04-16 11:31:42 -04:00
parent 0431044ee2
commit 9cea1f079b
1 changed files with 2 additions and 2 deletions

View File

@ -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());