Merge branch 'auth-openid' of git://github.com/jnovack/phorkie into auth-openid
[phorkie.git] / www / forbidden.php
1 <?php
2 namespace phorkie;
3 /**
4  * Show an access denied error
5  */
6
7 render(
8     'forbidden'
9 );
10 exit();
11 ?>