mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-22 14:49:22 -04:00
net/*: remove remaining titles
This commit is contained in:
parent
e35b947e84
commit
af0b128fa0
3 changed files with 0 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue