9 lines
301 B
PHP
9 lines
301 B
PHP
<?php require ("../header.php"); ?>
|
|
</div>
|
|
<div class="box boxmargins" id="headingbox">
|
|
<div id="headingtext">
|
|
<span class="heading bold">405 - Method Forbidden</span><br>
|
|
<span class="subheading">Access method is not authorised.</span>
|
|
</div>
|
|
</div>
|
|
<?php require ("../footer.shtml"); ?>
|