diff --git a/functions.php b/functions.php index fe20ee3..e562f4c 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ $config_filename = 'config_times.json'; $timeRegex = '/^((2[0-3]|1[0-9]|0[0-9]|[^0-9][0-9]):([0-5][0-9]|[0-9]))/'; $sun_zenith = 96; /* Civilian Twilight */ -$sun_zenith = 90+50/60; /* sunrise/ sunset */ +//$sun_zenith = 90+50/60; /* sunrise/ sunset */ $timezone = "Europe/Berlin"; class LightStatus {