summaryrefslogtreecommitdiff
path: root/404.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 01:43:12 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 01:43:12 +0500
commit29477e67ede12347b153e2255325327374e1b073 (patch)
treebe9170a20d332eab1fcc8b380f70f231921aac45 /404.php
parent28bb4f3618e2e947d14a05a24e99d826c26c0ce3 (diff)
feat: new configuration
Diffstat (limited to '404.php')
-rw-r--r--404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/404.php b/404.php
index 8a74291..e380a70 100644
--- a/404.php
+++ b/404.php
@@ -15,7 +15,7 @@ $reason = str_safe($_GET["error_reason"] ?? "Not found", 200);
<html>
<head>
- <title>(Error) <?php echo sprintf("%s - %s", $reason, INSTANCE_NAME) ?></title>
+ <title>(Error) <?php echo sprintf("%s - %s", $reason, CONFIG['instance']['name']) ?></title>
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>