From 4f68a7fe3e250d59c0fc17304c6ea227d22ebca1 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 20 Dec 2008 09:07:16 -0500
Subject: [PATCH] - Fixed login attempts bug - Fixed bug were the interface is enabled after an update on a server were interface = no selected during install - Fixed a replication problem and made replication more fault tolerant.

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

diff --git a/install/update.php b/install/update.php
index 481d8a9..10e7282 100644
--- a/install/update.php
+++ b/install/update.php
@@ -101,6 +101,7 @@
 $conf['ispconfig_log_priority'] = $conf_old["log_priority"];
 
 $inst = new installer();
+$inst->is_update = true;
 
 //** Detect the installed applications
 $inst->find_installed_apps();

--
Gitblit v1.9.1