Some minor internal fixes

This commit is contained in:
Deon George
2014-10-08 23:20:27 +11:00
parent 6d914ff290
commit fc5cea470a
5 changed files with 30 additions and 11 deletions

6
views/errors/400.php Normal file
View File

@@ -0,0 +1,6 @@
<h1>Oops!</h1>
<h2>400 Bad Request?</h2>
<?php echo $message; ?>
<div class="error-details">
Sorry, the request couldnt be actioned.
</div>