Files
2025-07-18 16:20:14 +07:00

24 lines
683 B
PHP
Executable File

<?php
include "../../../include/boot.php";
include "../../../include/header.php";
?>
<!--Main Part of the page-->
<div class="BasicsBox">
<h1><?php echo $applicationname; ?></h1>
<p>&nbsp;</p>
<p>You do not have authority to access the system.</p>
<p>If you feel that you should have access please contact your system administrator (<?php echo "<a href=\"mailto:" . $email_notify . "\">" . $email_notify ."</a>"; ?>) to have an account created.</p>
<br/><a href="<?php echo $wordpress_sso_url . "?rsauth=true&url=%2F\">&gt; " . $lang["wordpress_sso_retry"];?></a>
</div><!--End div-CentralSpace-->
<div class="clearer"></div>
<?php
include "../../../include/footer.php";?>