diff options
Diffstat (limited to 'system/index.php')
| -rw-r--r-- | system/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/index.php b/system/index.php index 31291be..59dedfa 100644 --- a/system/index.php +++ b/system/index.php @@ -21,7 +21,7 @@ $db = new PDO(CONFIG['database']['url'], CONFIG['database']['user'], CONFIG['dat <html> <head> - <title>System panel - <?php echo CONFIG['instance']['name'] ?></title> + <title>System panel - <?= CONFIG['instance']['name'] ?></title> <link rel="stylesheet" href="/static/style.css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> |
