summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 0628922..0b8fbeb 100644
--- a/index.php
+++ b/index.php
@@ -23,6 +23,10 @@
case "u8c":
break;
+ case null:
+ $current_page = "achernar";
+ break;
+
default:
http_response_code(404);
require "html/404.html";