Logging for ftp

This commit is contained in:
drigato 2014-04-16 11:41:29 -04:00
parent 9cea1f079b
commit a4b1db91b1
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class Rest_MediaController extends Zend_Rest_Controller
public function postAction()
{Logging::info("POST --- start");
Logging::info($_FILES);
if (!$this->verifyAuth(true, true))
{
return;