Makefile angepasst fuer backupctrl

Menueeintraege fuer mpfire und backup


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@696 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-07-15 14:44:24 +00:00
parent db101f0c7e
commit 98bdae8a64
4 changed files with 13 additions and 1 deletions

View File

@@ -22,6 +22,12 @@
'title' => "$Lang::tr{'gui settings'}",
'enabled' => 1,
};
$subsystem->{'40.backup'} = {
'caption' => $Lang::tr{'backup'},
'uri' => '/cgi-bin/backup.cgi',
'title' => "$Lang::tr{'backup'}",
'enabled' => 1,
};
$subsystem->{'99.credits'} = {
'caption' => $Lang::tr{'credits'},
'uri' => '/cgi-bin/credits.cgi',

View File

@@ -0,0 +1,5 @@
$subipfire->{'40.mpfire'} = {'caption' => $Lang::tr{'mpfire'},
'uri' => '/cgi-bin/mpfire.cgi',
'title' => $Lang::tr{'mpfire'},
'enabled' => 1,
};