1
0
Fork 0

Remove BaseURL Auto-Check

This commit is contained in:
Philipp Holzer 2023-01-21 20:20:29 +01:00
commit 3de78fc60b
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 5 additions and 143 deletions

View file

@ -69,8 +69,6 @@ if (!DI::mode()->has(App\Mode::MAINTENANCEDISABLED)) {
return;
}
DI::baseUrl()->saveByURL(DI::config()->get('system', 'url'));
$spawn = array_key_exists('s', $options) || array_key_exists('spawn', $options);
if ($spawn) {