From cd14965287d4478b6f63d052bdfc756f01d23ccf Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Fri, 27 May 2011 16:18:51 -0400 Subject: [PATCH] remove local settings file. New config system that Till noted in the Coding Notes is replacing this. --- interface/web/dashboard/lib/module.conf.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/dashboard/lib/module.conf.php b/interface/web/dashboard/lib/module.conf.php index 28f47a2..337d6b7 100644 --- a/interface/web/dashboard/lib/module.conf.php +++ b/interface/web/dashboard/lib/module.conf.php @@ -43,4 +43,6 @@ // 'open' => 1, // 'items' => $items); + + ?> \ No newline at end of file -- Gitblit v1.9.1