diff --git a/app/Views/layout/base.php b/app/Views/layout/base.php index 8d864d7..951eec1 100644 --- a/app/Views/layout/base.php +++ b/app/Views/layout/base.php @@ -50,7 +50,7 @@ if (!isset($appName)) { try { $settingModel = new \App\Models\Setting(); $appSettings = $settingModel->getAppSettings(); - $appName = $appSettings['app_name']; + $appName = htmlspecialchars($appSettings['app_name']); $appTimezone = $appSettings['app_timezone']; // Set PHP timezone