summaryrefslogtreecommitdiff
path: root/public/system/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-03 01:39:13 +0500
committerilotterytea <iltsu@alright.party>2025-05-03 01:39:13 +0500
commit64f0533dc1779e7cca5f2678f7ae560df8d922bb (patch)
treebe319637f1a6ae6839b3685d6348a528025a7248 /public/system/index.php
parent0c25e3dd54225b126ad8e48e10f4fbde8ce26ec5 (diff)
feat: config sample and more config options
Diffstat (limited to 'public/system/index.php')
-rw-r--r--public/system/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/system/index.php b/public/system/index.php
index aa959c0..601339b 100644
--- a/public/system/index.php
+++ b/public/system/index.php
@@ -21,7 +21,7 @@ $db = new PDO(DB_URL, DB_USER, DB_PASS);
<html>
<head>
- <title>System panel - alright.party</title>
+ <title>System panel - <?php echo INSTANCE_NAME ?></title>
<link rel="stylesheet" href="/static/style.css">
</head>