From 0087708f74b36dbbfb5567f01f38c3aabf9e4bba Mon Sep 17 00:00:00 2001 From: oliver <oliver@ispconfig3> Date: Mon, 27 Aug 2007 11:24:20 -0400 Subject: [PATCH] 1.) fixed a bug in the updater 2.) included missing configurations in config.inc.php.master 3.) disabled header & ini_set for shell actions in config.inc.php.master --- install/update.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/update.php b/install/update.php index 57daca2..3159fe3 100644 --- a/install/update.php +++ b/install/update.php @@ -32,6 +32,7 @@ ISPConfig 3 installer. */ + // Include the library with the basic installer functions require_once('lib/install.lib.php'); -- Gitblit v1.9.1