mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Start adding admin routes and controllers
This commit is contained in:
@@ -361,4 +361,13 @@ class BasePageController extends Controller
|
||||
$this->setPrefs();
|
||||
$this->pagerender();
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function adminBasePage()
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
$this->adminrender();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user