|
|
@ -18,6 +18,8 @@ define('MAGALLANES_DIRECTORY', $baseDir); |
|
|
|
|
|
|
|
|
|
|
|
if (file_exists(__DIR__ . '/../vendor/autoload.php')) { |
|
|
|
if (file_exists(__DIR__ . '/../vendor/autoload.php')) { |
|
|
|
require_once __DIR__ . '/../vendor/autoload.php'; |
|
|
|
require_once __DIR__ . '/../vendor/autoload.php'; |
|
|
|
|
|
|
|
} else if (file_exists(__DIR__ . '/../../../autoload.php')) { |
|
|
|
|
|
|
|
require_once __DIR__ . '/../../../autoload.php'; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
require_once $baseDir . '/Mage/Autoload.php'; |
|
|
|
require_once $baseDir . '/Mage/Autoload.php'; |
|
|
|
$loader = new \Mage\Autoload(); |
|
|
|
$loader = new \Mage\Autoload(); |
|
|
|