Source for file createlu.php
Documentation is available at createlu.php
PEAR ::setErrorHandling (PEAR_ERROR_RETURN );
$logout = (array_key_exists('logout', $_REQUEST)) ? $_REQUEST['logout'] : false;
} elseif (!$usr->isLoggedIn () || ($handle && $usr->getProperty ('handle') != $handle)) {
$usr->login (null , null , true );
$usr->login ($handle, $passwd);
Documentation generated on Mon, 11 Mar 2019 15:40:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|