summaryrefslogtreecommitdiff
path: root/public/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/404.php')
-rw-r--r--public/404.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/404.php b/public/404.php
index 5646c46..8a4106d 100644
--- a/public/404.php
+++ b/public/404.php
@@ -1,10 +1,11 @@
<?php
+include "../src/config.php";
http_response_code(404);
?>
<html>
<head>
- <title>Not found - alright.party</title>
+ <title>Not found - <?php echo INSTANCE_NAME ?></title>
<link rel="stylesheet" href="/static/style.css">
</head>