Visman 1 jaar geleden
bovenliggende
commit
81031a50f0
2 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 1 1
      app/bootstrap.php
  2. 3 1
      readme.md

+ 1 - 1
app/bootstrap.php

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

+ 3 - 1
readme.md

@@ -1,4 +1,4 @@
-# ForkBB rev.67 Alpha Readme
+# ForkBB rev.68 Alpha Readme
 
 ## About
 
@@ -17,6 +17,8 @@ ForkBB is a free and open source forum software. The project is based on [FluxBB
 
 ## Install
 
+Topic [Установка (Installation)](https://forkbb.ru/topic/28/%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0%20%28Installation%29)
+
 ### For Apache:
 
 Apache must have **mod_rewrite** and **mod_headers** enabled. Also, the **AllowOverride** directive must be set to **All**.