SAAS-516: Replace Zend_Service_Amazon_S3 with AWS SDK for PHP
This commit is contained in:
parent
ec189fc27a
commit
644e6b00d8
4 changed files with 84 additions and 74 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue