phpCAS proxy example
the user's login is .
Response from service '.$service.'
';
flush();
// call the service and change the color depending on the result
if ( phpCAS::serviceWeb($service,$err_code,$output) ) {
echo '';
} else {
echo '';
}
echo $output;
echo '
';
}
?>