Visman há 2 anos atrás
pai
commit
5605b21bf0
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      app/bootstrap.php
  2. 1 1
      app/config/main.dist.php

+ 1 - 1
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;
 

+ 1 - 1
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' => [