@@ -2,8 +2,7 @@ |
||
2 | 2 | if(file_exists(__DIR__ . '/vendor/autoload.php')) |
3 | 3 | { |
4 | 4 | require __DIR__ . '/vendor/autoload.php'; |
5 | -} |
|
6 | -else if(file_exists(__DIR__ . '/../common/Autoload.php')) |
|
5 | +} else if(file_exists(__DIR__ . '/../common/Autoload.php')) |
|
7 | 6 | { |
8 | 7 | require(__DIR__ . '/../common/Autoload.php'); |
9 | 8 | } |