Browse Source

Update install

Visman 1 year ago
parent
commit
3229cd44f5

+ 1 - 1
app/config/install.php

@@ -46,7 +46,7 @@ if (! empty($extNotFound)) {
 
 return [
     'BASE_URL'         => forkGetBaseURL(),
-    'DEBUG'            => 0,
+    'DEBUG'            => 2,
     'EOL'              => \PHP_EOL,
     'MAX_EMAIL_LENGTH' => 80,
     'FLOOD_INTERVAL'   => 3600,

+ 2 - 0
app/templates/layouts/install.forkbb.php

@@ -42,7 +42,9 @@
     @endif
 @endif
     </main>
+    <footer id="fork-footer">
 <!-- debuginfo -->
+    </footer>
   </div>
 </body>
 </html>

+ 2 - 2
public/style/ForkBB/admin.css

@@ -189,9 +189,9 @@
 /*************/
 /* Установка */
 /*************/
-#fork .f-install {
+/*#fork .f-install {
   margin: 1rem 0;
-}
+}*/
 
 #fork .f-install > h2 {
   padding: 0 0.625rem;