diff --git a/index.php b/index.php index 8cde6e923..2a17bf303 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ if (myphpnet_beta()) { } else { $ts = time(); // Hardcode 11am Jan.18 UTC to 5am Jan.19 UTC time window - if($ts>=1295348400 && $ts<1295413200) { + if($ts>=1326884400 && $ts<1326949200) { include $_SERVER['DOCUMENT_ROOT'] . '/index-sopa.php'; } else { include $_SERVER['DOCUMENT_ROOT'] . '/index-stable.php';