SAAS-516: Replace Zend_Service_Amazon_S3 with AWS SDK for PHP

This commit is contained in:
drigato 2014-12-09 17:58:36 -05:00
parent ec189fc27a
commit 644e6b00d8
4 changed files with 84 additions and 74 deletions

View file

@ -10,6 +10,9 @@ if (!@include_once('propel/propel1/runtime/lib/Propel.php'))
Propel::init(__DIR__."/configs/airtime-conf-production.php");
//Composer's autoloader
require_once 'autoload.php';
require_once __DIR__."/configs/constants.php";
require_once 'Preference.php';
require_once 'Locale.php';