This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/application/views/errors/501.php

5 lines
181 B
PHP
Raw Normal View History

2013-10-10 02:44:53 +00:00
Bother, something went wrong - 501.
<?php echo $message; ?>
<hr/>
<?php echo Debug::vars(array('cookie'=>$_COOKIE,'request'=>$_REQUEST,'session'=>$_SESSION,'server'=>$_SERVER)); ?>