diff 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> |
