diff --git a/app/bootstrap.php b/app/bootstrap.php index b399ac5a..707b09ea 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -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; diff --git a/app/config/main.dist.php b/app/config/main.dist.php index 3922b50f..1153b725 100644 --- a/app/config/main.dist.php +++ b/app/config/main.dist.php @@ -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' => [