Help for this page

Select Code to Download


  1. or download this
    if ((!($session_login)) or ($session_access < 5)) { 
    header("Window-Target: _top"); 
    header("Location: index.php"); 
    }
    
  2. or download this
    if ((!($session_login)) or ($session_access < 5)) {
    header("Window-Target: _top");
    header("Location: index.php");
    exit;
    }
    
  3. or download this
    perl -pi -w -e 's/header\(\"Window\-Target: _top\"\);header\(\"Locatio
    +n: index.php\"\); /header\(\"Window\-Target: _top\"\);header\(\"Locat
    +ion: index.php\"\);exit;/g;' *.php