18 require_once
'config.php';
55 if (isset($_REQUEST[
'logout'])) {
63 <title>
phpCAS simple client</title>
66 <h1>Successfull Authentication!</h1>
67 <?php require
'script_info.php' ?>
68 <p>the user
's login is <b><?php echo phpCAS::getUser(); ?></b>.</p> 69 <p>phpCAS version is <b><?php echo phpCAS::getVersion(); ?></b>.</p> 70 <p><a href="?logout=">Logout</a></p> static forceAuthentication()
static setServerProxyValidateURL($url='')
static logout($params="")
static setVerbose($verbose)
static setDebug($filename='')
static setNoCasServerValidation()
static client($server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true)