From 8e283b5f69b1cbd6b454cd447569826b5f3793e4 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 25 Aug 2014 09:39:18 -0400
Subject: [PATCH] Merge branch 'work-3.0.5.4p3' into 'stable-3.0.5'

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

diff --git a/install/install.php b/install/install.php
index 108ed05..49c2720 100644
--- a/install/install.php
+++ b/install/install.php
@@ -679,6 +679,11 @@
 
 } //* << $install_mode / 'Standard' or Genius
 
+//* 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);
+chmod($md5_filename,0700);
+
 
 echo "Installation completed.\n";
 

--
Gitblit v1.9.1