mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/*: remove remaining titles
This commit is contained in:
@@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext('ARP Scan');
|
||||
$this->view->general = $this->getForm("general");
|
||||
$this->view->pick('OPNsense/ARPscanner/index');
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext('FTP Proxy Server');
|
||||
// include dialog form definitions
|
||||
$this->view->formDialogEdit = $this->getForm("dialogEdit");
|
||||
$this->view->pick('OPNsense/FtpProxy/index');
|
||||
|
||||
-1
@@ -42,7 +42,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext('MDNS Repeater');
|
||||
$this->view->general = $this->getForm("general");
|
||||
$this->view->pick('OPNsense/MDNSRepeater/index');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user