web/client.php
changeset 628 17b6e5fb1bce
parent 621 44f90de0016f
child 818 3b1607209743
--- 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();
 }