mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/web-proxy-*: zap titles
This commit is contained in:
-1
@@ -6,7 +6,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext("Web Proxy Single Sign-On");
|
||||
$this->view->pick('OPNsense/ProxySSO/index');
|
||||
$this->view->generalForm = $this->getForm("general");
|
||||
$this->view->testingCreateForm = $this->getForm("testing_create");
|
||||
|
||||
-2
@@ -34,8 +34,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
// set page title, used by the standard template in layouts/default.volt.
|
||||
$this->view->title = gettext("Group and User ACL settings");
|
||||
// pick the template to serve to our users.
|
||||
$this->view->pick('OPNsense/ProxyUserACL/index');
|
||||
$this->view->formDialogACL = $this->getForm("dialogACL");
|
||||
|
||||
Reference in New Issue
Block a user