Move email settings from services to system menu

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-10-22 21:21:34 +01:00
parent d7b82e7cce
commit 374e636fee
2 changed files with 5 additions and 5 deletions

View File

@@ -16,6 +16,11 @@
'title' => "$Lang::tr{'wlan client'}",
'enabled' => 0,
};
$subsystem->{'22.dma'} = {'caption' => $Lang::tr{'email settings'},
'uri' => '/cgi-bin/mail.cgi',
'title' => "$Lang::tr{'email settings'}",
'enabled' => 1,
};
$subsystem->{'30.ssh'} = {
'caption' => $Lang::tr{'ssh access'},
'uri' => '/cgi-bin/remote.cgi',

View File

@@ -20,11 +20,6 @@
'title' => "$Lang::tr{'time server'}",
'enabled' => 1,
};
$subservices->{'41.dma'} = {'caption' => $Lang::tr{'email settings'},
'uri' => '/cgi-bin/mail.cgi',
'title' => "$Lang::tr{'email settings'}",
'enabled' => 1,
};
$subservices->{'50.qos'} = {'caption' => 'Quality of Service',
'uri' => '/cgi-bin/qos.cgi',
'title' => "Quality of Service",