Update install
This commit is contained in:
parent
3710ac1dc4
commit
3229cd44f5
3 changed files with 5 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -42,7 +42,9 @@
|
|||
@endif
|
||||
@endif
|
||||
</main>
|
||||
<footer id="fork-footer">
|
||||
<!-- debuginfo -->
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -189,9 +189,9 @@
|
|||
/*************/
|
||||
/* Установка */
|
||||
/*************/
|
||||
#fork .f-install {
|
||||
/*#fork .f-install {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
#fork .f-install > h2 {
|
||||
padding: 0 0.625rem;
|
||||
|
|
Loading…
Reference in a new issue