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, 28 Jan 2008 03:30:11 -0500 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.
|