CC-3366: Pypo: Use local files instead of downloading them

-done
This commit is contained in:
Martin Konecny 2012-03-01 17:58:44 -05:00
parent 508c623850
commit d03d01bce9
6 changed files with 228 additions and 57 deletions

View file

@ -37,7 +37,7 @@ Zend_Validate::setDefaultNamespaces("Zend");
$front = Zend_Controller_Front::getInstance();
$front->registerPlugin(new RabbitMqPlugin());
Logging::debug($_SERVER['REQUEST_URI']);
//Logging::debug($_SERVER['REQUEST_URI']);
/* The bootstrap class should only be used to initialize actions that return a view.
Actions that return JSON will not use the bootstrap class! */