web/client.php
changeset 628 17b6e5fb1bce
parent 621 44f90de0016f
child 818 3b1607209743
equal deleted inserted replaced
627:91274ed8494b 628:17b6e5fb1bce
     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_pad.php" );
     5     header('Location: ' . URL_ROOT . "$C_default_rep/client.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';