From eac72c62332a8627fb350b854a72df6565a28148 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 23 Aug 2013 06:48:43 -0400
Subject: [PATCH] Added php based patch file function to update script.

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

diff --git a/install/install.php b/install/install.php
index 340972c..aa9304b 100644
--- a/install/install.php
+++ b/install/install.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