<?php
require_once 'config.php';
?>
<html>
<head>
<title>Exemple d'internationalisation de phpCAS</title>
</head>
<body>
<h1>Authentification réussie !</h1>
<?php require 'script_info.php' ?>
<p>L'utilisateur connecté est <b><?php echo
phpCAS::getUser(); ?></b>.</p>
</body>
</html>