@@ -5,8 +5,9 @@ |
||
| 5 | 5 | * @version 1.0 |
| 6 | 6 | * Autogenerated autoloader [2019-01-03 15:23:58] |
| 7 | 7 | */ |
| 8 | -if(!defined("BASE_DIR")) |
|
| 9 | -define("BASE_DIR", dirname( dirname(__DIR__) ) ); |
|
| 8 | +if(!defined("BASE_DIR")) { |
|
| 9 | + define("BASE_DIR", dirname( dirname(__DIR__) ) ); |
|
| 10 | +} |
|
| 10 | 11 | |
| 11 | 12 | require_once __DIR__ . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'config.php'; |
| 12 | 13 | |