mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix typo
This commit is contained in:
@@ -56,7 +56,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']) {
|
||||||
elseif (file_exists('.debug')) {
|
} elseif (file_exists('.debug')) {
|
||||||
define('ENVIRONMENT', 'development');
|
define('ENVIRONMENT', 'development');
|
||||||
} else if (file_exists('.maintenance')) {
|
} else if (file_exists('.maintenance')) {
|
||||||
define('ENVIRONMENT', 'maintenance');
|
define('ENVIRONMENT', 'maintenance');
|
||||||
|
|||||||
Reference in New Issue
Block a user