From 5b3f2519464c373529b1fd932bab9aa2ea91ddff Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 13 Aug 2014 10:26:05 -0400
Subject: [PATCH] - Removed unused file form.inc.php - Added some cleanup code
---
install/update.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/install/update.php b/install/update.php
index 36eb201..eec69ba 100644
--- a/install/update.php
+++ b/install/update.php
@@ -443,6 +443,9 @@
$inst->install_ispconfig();
+// Cleanup
+$inst->cleanup_ispconfig();
+
//** Configure Crontab
$update_crontab_answer = $inst->simple_query('Reconfigure Crontab?', array('yes', 'no'), 'yes','reconfigure_crontab');
if($update_crontab_answer == 'yes') {
--
Gitblit v1.9.1