You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/manager/application/views/scripts/login/loginresult.phtml

16 lines
287 B
PHTML

<?php
/**
* @author markus
* $Id: loginresult.phtml 7 2009-11-19 15:03:59Z markus $
*/
if ($this->session->authdata['authed']) {
?>
<H1>Willkommen im Club, <?php print $this->session->authdata['authed_username']; ?></H1>
<?php
}
else {
?>
<H1>Bitte loggen Sie sich ein.</H1>
<?php
}