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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user