webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
auth-then-redirect.php File Reference

Variables

if(!strlen($_SERVER["PHP_AUTH_USER"])||!strlen($_SERVER["PHP_AUTH_PW"])) $redirect_codes =array("301", "302", "303", "307")
 
 if (in_array( $_GET["redirect"], $redirect_codes))
 

Variable Documentation

◆ $redirect_codes

if (!strlen( $_SERVER["PHP_AUTH_USER"])||!strlen( $_SERVER["PHP_AUTH_PW"])) $redirect_codes =array("301", "302", "303", "307")

◆ if

if(in_array($_GET["redirect"], $redirect_codes))