4f4c5ce3cc
enabled features * login * crt login * top / left menu * logging * db layer
8 lines
No EOL
234 B
PHTML
8 lines
No EOL
234 B
PHTML
<?php
|
|
/**
|
|
* @author markus
|
|
* $Id: loginresult.phtml 7 2009-11-19 15:03:59Z markus $
|
|
*/
|
|
?>
|
|
<H1><?php print I18n::_('Permission Denied')?></H1>
|
|
<?php print I18n::_('You do not have the permission to perform the requested action'); ?> |