diff options
Diffstat (limited to 'public/system/index.php')
| -rw-r--r-- | public/system/index.php | 2 |
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> |
