Help for this page
if(HOLIDAY){ $check = TRUE; ... elsif ( $time <= 1800){ $check = TRUE; }
$check = TRUE if ((HOLIDAY) or ($time <= 1800))