web/client_pad.php
changeset 612 9ade48a35268
parent 610 f8a6c09cdd54
equal deleted inserted replaced
611:e6ff16b69b56 612:9ade48a35268
     1 <?php
     1 <?php
     2 header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
     2 header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
     3 if(!isset($_REQUEST['rep'])) {
     3 if(!isset($_REQUEST['rep'])) {
     4     include_once dirname(__FILE__).'/common.php';
     4     include_once dirname(__FILE__).'/common.php';
     5     header('Location: ' . URL_ROOT . "$C_default_rep/client.php" );
     5     header('Location: ' . URL_ROOT . "$C_default_rep/client_pad.php" );
     6     exit();
     6     exit();
     7 }
     7 }
     8 
     8 
     9 $rep = $_REQUEST['rep'];
     9 $rep = $_REQUEST['rep'];
    10 include_once dirname(__FILE__).'/'.$rep.'/config.php';
    10 include_once dirname(__FILE__).'/'.$rep.'/config.php';