1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

make SOPA times in 2012

This commit is contained in:
Peter Cowburn
2012-01-18 10:11:49 +00:00
parent 8a88add76f
commit 242591fdd3

View File

@@ -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';