|
@@ -19,7 +19,9 @@ use Cake\Log\Log;
|
|
|
|
|
|
|
|
require_once 'vendor/autoload.php';
|
|
require_once 'vendor/autoload.php';
|
|
|
|
|
|
|
|
-define('DS', DIRECTORY_SEPARATOR);
|
|
|
|
|
|
|
+if (!defined('DS')) {
|
|
|
|
|
+ define('DS', DIRECTORY_SEPARATOR);
|
|
|
|
|
+}
|
|
|
define('ROOT', dirname(__DIR__));
|
|
define('ROOT', dirname(__DIR__));
|
|
|
define('APP_DIR', 'TestApp');
|
|
define('APP_DIR', 'TestApp');
|
|
|
|
|
|