1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Update default getColorOpt()

This commit is contained in:
billz 2021-11-25 08:05:38 +00:00
parent 4408940a3d
commit 37bc68c91a

View File

@ -615,7 +615,7 @@ function getThemeOpt()
function getColorOpt()
{
if (!isset($_COOKIE['color'])) {
$color = "#d8224c";
$color = "#2b8080";
} else {
$color = $_COOKIE['color'];
}