From 82ca27506f5c9a261b3e7e33e7c88ee69de8e85e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 10 Jul 2008 11:17:11 -0400 Subject: [PATCH] - Fixed bug in logview refresh function. - Fixed bug with maildir creation in mail plugin. --- interface/lib/db_local.php.skel | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/lib/db_local.php.skel b/interface/lib/db_local.php.skel index 973978b..8f8ba35 100755 --- a/interface/lib/db_local.php.skel +++ b/interface/lib/db_local.php.skel @@ -6,4 +6,4 @@ $DB['user'] = 'root'; $DB['password'] = 'mash'; $DB['database'] = 'ispconfig'; -?> \ No newline at end of file +?> -- Gitblit v1.9.1