- or download this
if ((!($session_login)) or ($session_access < 5)) {
header("Window-Target: _top");
header("Location: index.php");
}
- or download this
if ((!($session_login)) or ($session_access < 5)) {
header("Window-Target: _top");
header("Location: index.php");
exit;
}
- 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