web/CPV/index.php
changeset 150 ffaea21247c4
child 174 779fd28fdbb8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/CPV/index.php	Wed May 25 02:44:32 2011 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: client.php");
+exit();
+?>
\ No newline at end of file