Up rev
This commit is contained in:
parent
6eb177db2a
commit
5605b21bf0
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Reference in a new issue