Logging for ftp script
This commit is contained in:
parent
cf13952b45
commit
0c2092b33f
|
@ -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