Skip to content

Commit

Permalink
index update
Browse files Browse the repository at this point in the history
  • Loading branch information
Velliz committed Dec 14, 2020
1 parent 4842dc3 commit 71c6515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

$factory = array(
'cli_param' => null,
'environment' => 'DEV',
'environment' => $_SERVER['MAINTENANCE'],
'base' => ($protocol . "://" . $_SERVER['HTTP_HOST'] . "/"),
'root' => __DIR__,
'start' => microtime(true)
Expand Down

0 comments on commit 71c6515

Please sign in to comment.