Input Attack :: Register Globals
Input Attack :: Register Globals
- Disabled since v4.2.0 (22 April 2002)
-
if (check_auth ()) {
-
$is_authorized = true;
-
}
-
-
// ... misc program code
-
if ($is_authorized) {
-
// ... protected content
-
}
./page.php?is_authorized=1