From 6f76a9f51539e22088b1406a5097e6f1ca3ce833 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 28 Sep 2008 05:19:51 -0400 Subject: [PATCH] Fixed a bug were all sites had been created in the directory of client0. --- interface/web/admin/lib/module.conf.php | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 4a73065..5b63155 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -85,6 +85,25 @@ // cleanup unset($items); + +$items[] = array( 'title' => 'Repositories', + 'target' => 'content', + 'link' => 'admin/software_repo_list.php'); + + + +$module['nav'][] = array( 'title' => 'Software', + 'open' => 1, + 'items' => $items); + + +// cleanup +unset($items); + + + + +/* $items[] = array( 'title' => 'Add user', 'target' => 'content', 'link' => 'admin/dbsync_edit.php'); @@ -105,6 +124,7 @@ // cleanup unset($items); +*/ @@ -116,6 +136,10 @@ 'target' => 'content', 'link' => 'admin/language_add.php'); +$items[] = array( 'title' => 'Merge', + 'target' => 'content', + 'link' => 'admin/language_complete.php'); + $items[] = array( 'title' => 'Export', 'target' => 'content', 'link' => 'admin/language_export.php'); -- Gitblit v1.9.1