Correction client.php
authorRaphael Velt <raph.velt@gmail.com>
Thu, 24 May 2012 18:31:46 +0200
changeset 628 17b6e5fb1bce
parent 627 91274ed8494b
child 629 2161c7d60beb
Correction client.php
web/client.php
--- a/web/client.php	Thu May 24 14:19:24 2012 +0200
+++ b/web/client.php	Thu May 24 18:31:46 2012 +0200
@@ -2,7 +2,7 @@
 header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
 if(!isset($_REQUEST['rep'])) {
     include_once dirname(__FILE__).'/common.php';
-    header('Location: ' . URL_ROOT . "$C_default_rep/client_pad.php" );
+    header('Location: ' . URL_ROOT . "$C_default_rep/client.php" );
     exit();
 }