Converted homepage to use SihnonFramework and updated content
This commit is contained in:
9
source/webui/pages/errors/401.php
Normal file
9
source/webui/pages/errors/401.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$main = Homepage_Main::instance();
|
||||
$req = $main->request();
|
||||
|
||||
$this->smarty->assign('requested_page', $req->request_string());
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user