mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
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…
Reference in New Issue
Block a user