www/www-header.php - FIX: non-set _SESSION variables causing 'undefined index' in...
[phorkie.git] / www / forbidden.php
1 <?php
2 /**
3  * Access Denied
4  */
5 namespace phorkie;
6 require_once 'www-header.php';
7 render(
8     'forbidden',
9     null
10 );
11 ?>