From 20218c0bd77cfda46d28d211e80162373c03df13 Mon Sep 17 00:00:00 2001
From: mdshort <mdshort@ispconfig3>
Date: Thu, 16 Aug 2007 00:12:36 -0400
Subject: [PATCH] Updated installer to make it more portable.

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

diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php
index 513f09e..48766d7 100644
--- a/install/lib/install.lib.php
+++ b/install/lib/install.lib.php
@@ -36,7 +36,7 @@
 
 function get_distname() {
 	
-	$distname = 'debian40';
+	$distname = $conf['distname'];
 	
 	return $distname;
 }
@@ -378,4 +378,4 @@
 
 
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1