diff --git a/index.php b/index.php index ad79d13..4a3d92d 100644 --- a/index.php +++ b/index.php @@ -69,7 +69,7 @@ if($mode==1){ if($_GET['month']>$today[1]){ $future=true; }else{ - if($_GET['day']>$today[0]){ + if($_GET['day']>$today[0] && $_GET['month']==$today[1]){ $future=true; } }