@@ -15,7 +15,7 @@ |
||
| 15 | 15 | require_once ERDIKO_ROOT.'/Erdiko.php'; |
| 16 | 16 | |
| 17 | 17 | // Set a default context if none specified |
| 18 | -if(empty(getenv('ERDIKO_CONTEXT'))) |
|
| 18 | +if (empty(getenv('ERDIKO_CONTEXT'))) |
|
| 19 | 19 | putenv("ERDIKO_CONTEXT=default"); |
| 20 | 20 | |
| 21 | 21 | $config = \Erdiko::getConfig(); |
@@ -15,8 +15,9 @@ |
||
| 15 | 15 | require_once ERDIKO_ROOT.'/Erdiko.php'; |
| 16 | 16 | |
| 17 | 17 | // Set a default context if none specified |
| 18 | -if(empty(getenv('ERDIKO_CONTEXT'))) |
|
| 18 | +if(empty(getenv('ERDIKO_CONTEXT'))) { |
|
| 19 | 19 | putenv("ERDIKO_CONTEXT=default"); |
| 20 | +} |
|
| 20 | 21 | |
| 21 | 22 | $config = \Erdiko::getConfig(); |
| 22 | 23 | $debug = $config['site']['debug']; |