mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 18:48:56 +02:00
[Nostromo] SensioLabs Insights
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<?php
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
require __DIR__ . '/../../../autoload.php';
|
||||
if (file_exists(__DIR__ . '/../../../autoload.php')) {
|
||||
require __DIR__ . '/../../../autoload.php';
|
||||
} elseif (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
}
|
||||
|
||||
use Mage\MageApplication;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user