salathe Wed, 18 Jan 2012 10:11:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=322439
Log:
make SOPA times in 2012
Changed paths:
U web/php/trunk/index.php
Modified: web/php/trunk/index.php
===================================================================
--- web/php/trunk/index.php 2012-01-18 10:07:46 UTC (rev 322438)
+++ web/php/trunk/index.php 2012-01-18 10:11:49 UTC (rev 322439)
@@ -7,7 +7,7 @@
} 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';