Add "addon services" to webinterface

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1230 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
arne_f
2008-02-23 17:49:11 +00:00
parent 9fb6a10b7d
commit 33cb80edcf
4 changed files with 199 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
$subipfire->{'11.addonsvc'} = {'caption' => 'Addon Services',
'uri' => '/cgi-bin/addonsvc.cgi',
'title' => 'Addon Services',
'enabled' => 1,
};