move index.php from client to polemicaltimeline
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 15 Feb 2012 12:36:11 +0100
changeset 521 0fd2948de190
parent 520 067d37fb966a
child 523 02c65a963223
move index.php from client to polemicaltimeline
web/bpi-des-livres-aux-machines/index.php
web/edito-intelligence/index.php
web/rwd-meetup-visualisation/index.php
--- a/web/bpi-des-livres-aux-machines/index.php	Wed Feb 15 10:38:14 2012 +0100
+++ b/web/bpi-des-livres-aux-machines/index.php	Wed Feb 15 12:36:11 2012 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
 header("HTTP/1.1 301 Moved Permanently");
-header("Location: client.php");
+header("Location: polemicaltimeline.php");
 exit();
 ?>
\ No newline at end of file
--- a/web/edito-intelligence/index.php	Wed Feb 15 10:38:14 2012 +0100
+++ b/web/edito-intelligence/index.php	Wed Feb 15 12:36:11 2012 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
 header("HTTP/1.1 301 Moved Permanently");
-header("Location: client.php");
+header("Location: polemicaltimeline.php");
 exit();
 ?>
\ No newline at end of file
--- a/web/rwd-meetup-visualisation/index.php	Wed Feb 15 10:38:14 2012 +0100
+++ b/web/rwd-meetup-visualisation/index.php	Wed Feb 15 12:36:11 2012 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
 header("HTTP/1.1 301 Moved Permanently");
-header("Location: client.php");
+header("Location: polemicaltimeline.php");
 exit();
 ?>
\ No newline at end of file