We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4df94 commit 5107709Copy full SHA for 5107709
.php/Config/App.php
@@ -33,6 +33,9 @@
33
defined('_CONFIG') || define('_CONFIG', __DIR__.'/'); //Path to config files
34
defined('_HTML') || define('_HTML', _APP.'Html/'); //Path to HTML files
35
36
+//Optional mode >> 0 = default(production) | 1 = dev
37
+defined('_MODE') || define('_MODE', '0');
38
+
39
// Composer autoloader
40
if (file_exists(_APP.'Composer/autoload.php')) {
41
include _APP.'Composer/autoload.php';
0 commit comments