Logging for ftp

This commit is contained in:
drigato 2014-04-16 11:41:29 -04:00
parent 9cea1f079b
commit a4b1db91b1

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;