/source/includes/additional.php

http://prosporous.googlecode.com/ · PHP · 19 lines · 4 code · 0 blank · 15 comment · 0 complexity · e340c6d29a2a57e33b69b44f4daba52d MD5 · raw file

  1. <?php
  2. switch($_SERVER['PHP_SELF']){
  3. /* case Sf('/sa/',$_SERVER['PHP_SELF']):{
  4. iniJs('ext');
  5. Tr($jsstr,'showjs');
  6. if($_SESSION[logined]!=1) {
  7. Ts('sa/frame/login.html');
  8. exit;
  9. }
  10. if($_SERVER['HTTP_REFERER']==''&&!Sf('index.php',$_SERVER['PHP_SELF'])){
  11. if(($_GET['mid']==''||$_GET['from']!='b')){
  12. Ja('??????');
  13. exit;
  14. }
  15. }
  16. break;
  17. }
  18. */}
  19. ?>