@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | | |
147 | 147 | */ |
148 | 148 | 'database' => implode(DIRECTORY_SEPARATOR, [ |
149 | - $_SERVER['HOME'] ?? __DIR__, |
|
149 | + $_SERVER[ 'HOME' ] ?? __DIR__, |
|
150 | 150 | '.expose', |
151 | 151 | 'expose.db', |
152 | 152 | ]), |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | | on your expose server. |
218 | 218 | | |
219 | 219 | */ |
220 | - 'reserved_subdomains' => [], |
|
220 | + 'reserved_subdomains' => [ ], |
|
221 | 221 | |
222 | 222 | /* |
223 | 223 | |-------------------------------------------------------------------------- |