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
b90777b550
commit
4d00bd9e94
@ -672,7 +672,7 @@ function getThemeOpt()
|
|||||||
function getColorOpt()
|
function getColorOpt()
|
||||||
{
|
{
|
||||||
if (!isset($_COOKIE['color'])) {
|
if (!isset($_COOKIE['color'])) {
|
||||||
$color = "#d8224c";
|
$color = "#2b8080";
|
||||||
} else {
|
} else {
|
||||||
$color = $_COOKIE['color'];
|
$color = $_COOKIE['color'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user