From 48ced1968e3194da84c699aa918c6211b3bc9131 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 30 Sep 2008 17:00:13 -0400
Subject: [PATCH] Added server plugin for software update function.

---
 install/tpl/config.inc.php.master |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index 3cfe1a5..d02ffd0 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -109,6 +109,13 @@
 $conf["log_priority"]	= {ispconfig_log_priority}; // 0 = Debug, 1 = Warning, 2 = Error
 
 /*
+		Allow software package installations
+*/
+
+$conf['software_updates_enabled'] = false;
+
+
+/*
         Themes
 */
 

--
Gitblit v1.9.1