From 614365f8e1e61b6e1cfa34fd8084a31b235c944b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 10 Jul 2008 09:10:03 -0400
Subject: [PATCH] The server log priority setting is now preserved when the system is updated.

---
 install/update.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/install/update.php b/install/update.php
index 32b7400..bc243eb 100644
--- a/install/update.php
+++ b/install/update.php
@@ -82,6 +82,7 @@
 $conf["mysql"]["ispconfig_password"] = $conf_old["db_password"];
 
 $conf['server_id'] = $conf_old["server_id"];
+$conf['ispconfig_log_priority'] = $conf_old["ispconfig_log_priority"];
 
 $inst = new installer();
 

--
Gitblit v1.9.1