From 75b7fc56e18c81e66eefbae3952bf3902742c44f Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 15 Apr 2015 09:12:20 -0400
Subject: [PATCH] - ported some patches

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

diff --git a/install/update.php b/install/update.php
index 8e05318..aa42c24 100644
--- a/install/update.php
+++ b/install/update.php
@@ -513,6 +513,9 @@
 	}
 }
 
+//* Set default servers
+setDefaultServers();
+
 //* Create md5 filelist
 $md5_filename = '/usr/local/ispconfig/security/data/file_checksums_'.date('Y-m-d_h-i').'.md5';
 exec('find /usr/local/ispconfig -type f -print0 | xargs -0 md5sum > '.$md5_filename);

--
Gitblit v1.9.1