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

Variables

if(!isset($_SERVER['PHP_AUTH_USER'])||!isset($_REQUEST['uid'])||($_REQUEST['uid'] !=$_SERVER['PHP_AUTH_USER'])) else
 

Variable Documentation

◆ else

if (!isset( $_SERVER[ 'PHP_AUTH_USER'])||!isset( $_REQUEST[ 'uid'])||( $_REQUEST[ 'uid'] !=$_SERVER[ 'PHP_AUTH_USER'])) else
Initial value:
{
echo "User: {$_SERVER['PHP_AUTH_USER']}, password: {$_SERVER['PHP_AUTH_PW']}."