redirect to the poly.org fiche
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Thu, 28 Apr 2005 16:54:38 +0000 (16:54 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:50 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-614

htdocs.net/fiche.php [new file with mode: 0644]

diff --git a/htdocs.net/fiche.php b/htdocs.net/fiche.php
new file mode 100644 (file)
index 0000000..b4ea8c8
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+    header("Location: https://www.polytechnique.org/fiche.php?user=".$_GET['user']);
+?>