Files
portal-legacy/apps/atlbiomed/modules/security/templates/secureSuccess.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

6 lines
259 B
PHP
Executable File

<div class="secureModuleMain">
<div class="secureModuleMessage">
<?php echo image_tag('lock48'); ?>
<div>You are not authorized to view this page. Click <?php echo link_to('here', 'security/logout'); ?> to return to the application.</div>
</div>
</div>