diff -r 91274ed8494b -r 17b6e5fb1bce 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(); }