|
|
@ -9,8 +9,6 @@ |
|
|
|
* file that was distributed with this source code. |
|
|
|
* file that was distributed with this source code. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
use Mage\Autoload; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
date_default_timezone_set('UTC'); |
|
|
|
date_default_timezone_set('UTC'); |
|
|
|
|
|
|
|
|
|
|
|
$baseDir = dirname(dirname(__FILE__)); |
|
|
|
$baseDir = dirname(dirname(__FILE__)); |
|
|
@ -18,10 +16,7 @@ $baseDir = dirname(dirname(__FILE__)); |
|
|
|
define('MAGALLANES_VERSION', '1.0.1'); |
|
|
|
define('MAGALLANES_VERSION', '1.0.1'); |
|
|
|
define('MAGALLANES_DIRECTORY', $baseDir); |
|
|
|
define('MAGALLANES_DIRECTORY', $baseDir); |
|
|
|
|
|
|
|
|
|
|
|
// Preload |
|
|
|
require_once __DIR__ . '/../vendor/autoload.php'; |
|
|
|
require_once $baseDir . '/Mage/Autoload.php'; |
|
|
|
|
|
|
|
$loader = new Autoload(); |
|
|
|
|
|
|
|
spl_autoload_register(array($loader, 'autoLoad')); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Clean arguments |
|
|
|
// Clean arguments |
|
|
|
array_shift($argv); |
|
|
|
array_shift($argv); |
|
|
|