/source/includes/additional.php
http://prosporous.googlecode.com/ · PHP · 19 lines · 4 code · 0 blank · 15 comment · 0 complexity · e340c6d29a2a57e33b69b44f4daba52d MD5 · raw file
- <?php
- switch($_SERVER['PHP_SELF']){
- /* case Sf('/sa/',$_SERVER['PHP_SELF']):{
- iniJs('ext');
- Tr($jsstr,'showjs');
- if($_SESSION[logined]!=1) {
- Ts('sa/frame/login.html');
- exit;
- }
- if($_SERVER['HTTP_REFERER']==''&&!Sf('index.php',$_SERVER['PHP_SELF'])){
- if(($_GET['mid']==''||$_GET['from']!='b')){
- Ja('??????');
- exit;
- }
- }
- break;
- }
- */}
- ?>