# HG changeset patch # User Raphael Velt # Date 1337877106 -7200 # Node ID 17b6e5fb1bce7f2d31dfae8664c8a5bc5332c503 # Parent 91274ed8494b3fb74bd93c907c8fec91e9dbd97a Correction client.php 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(); }