Skip to content

Commit 5107709

Browse files
authored
Update App.php
1 parent 4c4df94 commit 5107709

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.php/Config/App.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
defined('_CONFIG') || define('_CONFIG', __DIR__.'/'); //Path to config files
3434
defined('_HTML') || define('_HTML', _APP.'Html/'); //Path to HTML files
3535

36+
//Optional mode >> 0 = default(production) | 1 = dev
37+
defined('_MODE') || define('_MODE', '0');
38+
3639
// Composer autoloader
3740
if (file_exists(_APP.'Composer/autoload.php')) {
3841
include _APP.'Composer/autoload.php';

0 commit comments

Comments
 (0)