equal
deleted
inserted
replaced
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'; |