From ffc7114f89ad5a78c4901976db012ad5add8fb08 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 18 Jan 2012 02:33:46 +0000 Subject: activate anti-SOPA campaign --- langs.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'langs.php') diff --git a/langs.php b/langs.php index 0c1513e7d..bb1badb17 100644 --- a/langs.php +++ b/langs.php @@ -52,6 +52,10 @@ if (!isset($locale)) $page = count($sel) > 0 ? implode('/', $sel) : null; +// temp SOPA protest redirection +include G_APP_ROOT . '/sopa/index.php'; +die; + $list_langs = array(); $options = array(); -- cgit v1.2.1