From 5133cc8b78a4c543cff0fe0fe268fb5924f32311 Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Sun, 19 Aug 2007 22:03:15 -0400
Subject: [PATCH] MInor tidy of the dist.conf.php files

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

diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index 47ca813..1290409 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -37,6 +37,11 @@
 	/*
 	
 	*/
+    function contstruct()
+    {
+        die('ere');
+    }
+
 	
 	function lng($text) {
 		return $text;

--
Gitblit v1.9.1