diff --git a/index.php b/index.php index bd6f31cb..767d30eb 100755 --- a/index.php +++ b/index.php @@ -51,10 +51,10 @@ if(!isset($_COOKIE['theme'])) { } else { $theme = $_COOKIE['theme']; } -$theme_url = 'dist/css/' . $theme; -?> - +$theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES); + +?>