Added DB and removed some old interface scripts

This commit is contained in:
Deon George
2012-11-30 15:29:08 +11:00
parent 1bf8a520e2
commit 74b3bfb408
19 changed files with 226 additions and 585 deletions

View File

@@ -31,6 +31,14 @@ class Controller_Tree extends lnApp_Controller_Tree {
'attr_href'=>URL::Site('domain'),
));
array_push($data,array(
'id'=>'db',
'name'=>'DB Info',
'state'=>'none',
'attr_id'=>'1',
'attr_href'=>URL::Site('db'),
));
array_push($data,array(
'id'=>'library',
'name'=>'Library Info',