diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-03 01:39:13 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-03 01:39:13 +0500 |
| commit | 64f0533dc1779e7cca5f2678f7ae560df8d922bb (patch) | |
| tree | be319637f1a6ae6839b3685d6348a528025a7248 /public/system | |
| parent | 0c25e3dd54225b126ad8e48e10f4fbde8ce26ec5 (diff) | |
feat: config sample and more config options
Diffstat (limited to 'public/system')
| -rw-r--r-- | public/system/emotes/index.php | 2 | ||||
| -rw-r--r-- | public/system/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/system/emotes/index.php b/public/system/emotes/index.php index f49ff97..1c16152 100644 --- a/public/system/emotes/index.php +++ b/public/system/emotes/index.php @@ -43,7 +43,7 @@ if ($emote_id > 0) { <html> <head> - <title>System panel - alright.party</title> + <title>System panel - <?php echo INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> </head> 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> |
