Signed-off-by: D9ping <D9ping@users.noreply.github.com>
pull/1/head
D9ping 7 years ago
parent 2ad03e1035
commit a86c8e4553

@ -51,10 +51,10 @@ if(!isset($_COOKIE['theme'])) {
} else { } else {
$theme = $_COOKIE['theme']; $theme = $_COOKIE['theme'];
} }
$theme_url = 'dist/css/' . $theme;
?>
<!DOCTYPE html> $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
?><!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">

Loading…
Cancel
Save