Aiutooooo dov'e' che sbaglio ...
non funziona


<?php
$hourOffset = 0;

if(date("G")>=5 && date("G")<=21)
{
header( "Location: gindex.php" );
}

elseif (date("G")>=21 && date("G")<=0){
{
header( "Location: ngindex.php" );
}

elseif (date("G")>=0 && date("G")<=5){
{
header( "Location: findex.php" );
}

?>