18 require_once
'config.php';
46 if (isset($_REQUEST[
'logout'])) {
54 <title>
phpCAS simple client</title>
57 <h1>Successfull Authentication!</h1>
58 <?php require
'script_info.php' ?>
59 <p>the user
's login is <b><?php echo phpCAS::getUser(); ?></b>.</p> 60 <p>phpCAS version is <b><?php echo phpCAS::getVersion(); ?></b>.</p> 61 <p><a href="?logout=">Logout</a></p> static forceAuthentication()
static logout($params="")
static setVerbose($verbose)
static setDebug($filename='')
static setNoCasServerValidation()
static client($server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true)