# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1337014392 -7200 # Node ID 9ade48a352688ddd9e01be72d38e7678662a4d95 # Parent e6ff16b69b561c59824ff9ab2d7c2af542b4ec13 petite correction client.php -> client_pad.php diff -r e6ff16b69b56 -r 9ade48a35268 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(); }