From fd8e2b5317e8c43aa476a57bbf555c444049f536 Mon Sep 17 00:00:00 2001 From: quentusrex <quentusrex@ispconfig3> Date: Fri, 31 Oct 2008 08:27:08 -0400 Subject: [PATCH] This is here to stop the variable overflow bug when setting a mail user quota higher than 2GB. --- 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