Bad Typo day

This commit is contained in:
Joerg
2024-04-14 17:59:06 +02:00
parent d007c4810b
commit 2c2787e5bb

View File

@@ -55,7 +55,7 @@
*/ */
#define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); #define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
if (isset($_SERVER['CI_ENV'])) { if (isset($_SERVER['CI_ENV'])) {
define('ENVIRONMENT', $_SERVER['CI_ENV']) { define('ENVIRONMENT', $_SERVER['CI_ENV']);
} else if (file_exists('.debug')) { } else if (file_exists('.debug')) {
define('ENVIRONMENT', 'development'); define('ENVIRONMENT', 'development');
} else if (file_exists('.maintenance')) { } else if (file_exists('.maintenance')) {