From 7334d4dcbe65e40236e179716a4dbed75c96816c Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 23 Aug 2013 06:51:10 -0400
Subject: [PATCH] Merged revision 4125 from stable branch.
---
install/update.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/install/update.php b/install/update.php
index b7753dc..cbaeaed 100644
--- a/install/update.php
+++ b/install/update.php
@@ -34,6 +34,8 @@
error_reporting(E_ALL|E_STRICT);
+define('INSTALLER_RUN', true);
+
//** The banner on the command line
echo "\n\n".str_repeat('-',80)."\n";
echo " _____ ___________ _____ __ _ ____
--
Gitblit v1.9.1