From cdf958d29333d448f4521f4d2faa2592b58e9b27 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 10 Aug 2025 21:55:15 -0400 Subject: fix wikipedia crash --- index.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..8eba2fc --- /dev/null +++ b/index.php @@ -0,0 +1,15 @@ +load( + "home.html", + [ + "server_short_description" => htmlspecialchars(config::SERVER_SHORT_DESCRIPTION), + "banner" => $images[rand(0, count($images) - 1)] + ] +); -- cgit v1.2.3