This commit is contained in:
Visman 2023-05-11 10:05:14 +07:00
parent 6eb177db2a
commit 5605b21bf0
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ if (
$c->BASE_URL = \str_replace('https://', 'http://', $c->BASE_URL);
}
$c->FORK_REVISION = 54;
$c->FORK_REVISION = 55;
$c->START = $forkStart;
$c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;

View file

@ -105,7 +105,7 @@ return [
'Router' => [
'class' => \ForkBB\Core\Router::class,
'base_url' => '%BASE_URL%',
'csrf' => '@Csrf'
'csrf' => '@Csrf',
],
'Lang' => \ForkBB\Core\Lang::class,
'Mail' => [