mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Move email settings from services to system menu
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user