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:
parent
4408940a3d
commit
37bc68c91a
@ -615,7 +615,7 @@ function getThemeOpt()
|
||||
function getColorOpt()
|
||||
{
|
||||
if (!isset($_COOKIE['color'])) {
|
||||
$color = "#d8224c";
|
||||
$color = "#2b8080";
|
||||
} else {
|
||||
$color = $_COOKIE['color'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user