1 2 3 4 5 6 7 8 9
<?php if ((1623504600 - time()) < 0) { header("Location: /home"); die(); } else { header("Location: /"); die(); }