webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
count-failures.php File Reference

Functions

if(!sys_get_temp_dir()) setState ($newState, $file)
 
 getState ($file)
 

Variables

 $stateFile = sys_get_temp_dir() . "/remember-bad-password-status"
 
 $command = $_GET['command']
 
if($command) if(!isset($_SERVER['PHP_AUTH_USER'])||!isset($_REQUEST['uid'])||($_REQUEST['uid'] !=$_SERVER['PHP_AUTH_USER'])) else
 

Function Documentation

◆ getState()

getState (   $file)

◆ setState()

if (!sys_get_temp_dir()) setState (   $newState,
  $file 
)

Variable Documentation

◆ $command

$command = $_GET['command']

◆ $stateFile

$stateFile = sys_get_temp_dir() . "/remember-bad-password-status"

◆ else

if ( $command) 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']}."