WICOM
 All Data Structures Namespaces Files Functions Variables Pages
Variables
login.php File Reference

Variables

if(array_key_exists('username',
$_SESSION) and($_SESSION['username']!=null))
if((!array_key_exists('username',
$_REQUEST)) or(!array_key_exists('password',
$_REQUEST))) 
$user = User::retrieve($_REQUEST['username'])
 
if(($user!=null) and($user->
check_password($_REQUEST['password']))) 
else
 

Variable Documentation

if (array_key_exists('username', $_SESSION) and($_SESSION['username']!=null)) if ((!array_key_exists('username', $_REQUEST)) or(!array_key_exists('password', $_REQUEST))) $user = User::retrieve($_REQUEST['username'])
if (($user!=null) and($user->check_password($_REQUEST['password']))) else
Initial value:
{
logout_user()
Definition: common.php:30