petite correction client.php -> client_pad.php V01.78
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 May 2012 18:53:12 +0200
changeset 612 9ade48a35268
parent 611 e6ff16b69b56
child 613 ac63aa591f02
petite correction client.php -> client_pad.php
web/client_pad.php
--- a/web/client_pad.php	Mon May 14 18:50:23 2012 +0200
+++ b/web/client_pad.php	Mon May 14 18:53:12 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.php" );
+    header('Location: ' . URL_ROOT . "$C_default_rep/client_pad.php" );
     exit();
 }