diff --git a/include/layout.inc b/include/layout.inc index e976a1eb1..8862ce928 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -199,14 +199,6 @@ function site_header($title = '', $config = array()) } - $ts = time(); - // Hardcode 11am Jan.18 UTC to 5am Jan.19 UTC time window - if($ts>=1326884400 && $ts<1326949200) { - $sopa_bar = <<

Stop SOPA/PIPA [americancensorship.org]

-EOBAR; - } else $sopa_bar = ''; - print << @@ -231,7 +223,6 @@ EOBAR;
- $sopa_bar
diff --git a/index-sopa.php b/index-sopa.php deleted file mode 100644 index 1c5db5ca2..000000000 --- a/index-sopa.php +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - -Stop SOPA/PIPA! - - - -

503: Stop SOPA/PIPA

-

- The SOPA/PIPA bills threaten the open nature of the Web and thus threaten Open Source - projects like ours. If you have the ability to vote in the United States, help us out and contact your representatives. - If you are not able to vote in the United States, you can help by petitioning the U.S. state department. Bills like these - have a habit of spreading to other countries if we don't stop them at their source. - Visit AmericanCensorship.org to learn how to do both. -

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