fix spacing, remote __init function
This commit is contained in:
parent
f598bc58ad
commit
bb6844a2c4
2 changed files with 8 additions and 13 deletions
|
@ -45,9 +45,4 @@ require(WEB_ROOT . '/stamp.php');
|
||||||
|
|
||||||
// ============================== START ==
|
// ============================== START ==
|
||||||
|
|
||||||
function __init() {
|
(new Router())->handle_req();
|
||||||
$router = new Router();
|
|
||||||
$router->handle_req();
|
|
||||||
};
|
|
||||||
|
|
||||||
__init();
|
|
||||||
|
|
|
@ -35,13 +35,13 @@ $lang['copyright'] = 'Copyright (c)';
|
||||||
# footer_text
|
# footer_text
|
||||||
$lang ['footer_text'] = [
|
$lang ['footer_text'] = [
|
||||||
"Always look on the bright side of life",
|
"Always look on the bright side of life",
|
||||||
"🐝 powder",
|
"🐝 powder",
|
||||||
"Submit to john",
|
"Submit to john",
|
||||||
"Make sure to feed your computer three meals a day",
|
"Make sure to feed your computer three meals a day",
|
||||||
"curl https://f.freya.cat/rick/roll.sh | bash",
|
"curl https://f.freya.cat/rick/roll.sh | bash",
|
||||||
"medium rare chocolate",
|
"medium rare chocolate",
|
||||||
"Incorporated by bees",
|
"Incorporated by bees",
|
||||||
"[redacted]",
|
"[redacted]",
|
||||||
"Certified <a href=\"https://datatracker.ietf.org/doc/html/rfc9225\">RFC 9225</a> compliant.",
|
"Certified <a href=\"https://datatracker.ietf.org/doc/html/rfc9225\">RFC 9225</a> compliant.",
|
||||||
"JS free since always",
|
"JS free since always",
|
||||||
"Thank you for visiting the",
|
"Thank you for visiting the",
|
||||||
|
|
Loading…
Reference in a new issue