mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
*/*: last titles removed; closes #403
This commit is contained in:
parent
af0b128fa0
commit
b3f9954d8e
3 changed files with 0 additions and 4 deletions
|
|
@ -39,7 +39,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext("Redis");
|
||||
$this->view->settings = $this->getForm("settings");
|
||||
$this->view->pick('OPNsense/Redis/index');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,8 +36,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 = "Hello World";
|
||||
// pick the template to serve to our users.
|
||||
$this->view->pick('OPNsense/HelloWorld/index');
|
||||
// fetch form data "general" in
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ class IndexController extends \OPNsense\Base\IndexController
|
|||
$this->view->clamav_installed = (trim($backend->configdRun('firmware plugin clamav')) == '1');
|
||||
$this->view->redis_installed = (trim($backend->configdRun('firmware plugin redis')) == '1');
|
||||
$this->view->redis_plugin_enabled = ((string)((new RSpamd())->general->enable_redis_plugin)) == '1';
|
||||
$this->view->title = gettext("Rspamd Mail Protection");
|
||||
$this->view->settings = $this->getForm("settings");
|
||||
$this->view->pick('OPNsense/Rspamd/index');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue