9 lines
292 B
PHP
9 lines
292 B
PHP
<?php require ("../header.php"); ?>
|
|
</div>
|
|
<div class="box boxmargins" id="headingbox">
|
|
<div id="headingtext">
|
|
<span class="heading bold">401 - Unauthorised</span><br>
|
|
<span class="subheading">Authentication is required.</span>
|
|
</div>
|
|
</div>
|
|
<?php require ("../footer.shtml"); ?>
|