Visman 2 år sedan
förälder
incheckning
6f58d634a4
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      app/bootstrap.php
  2. 1 1
      readme.md

+ 1 - 1
app/bootstrap.php

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

+ 1 - 1
readme.md

@@ -1,4 +1,4 @@
-# ForkBB rev.55 Alpha Readme
+# ForkBB rev.56 Alpha Readme
 
 
 ## About
 ## About