From f629e20dfefd82a8da484e6d50d07975ffb34230 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 24 Oct 2007 10:20:11 -0400
Subject: [PATCH] Added support for Ubuntu 7.10

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

diff --git a/install/install.php b/install/install.php
index 7da7b01..8384d41 100644
--- a/install/install.php
+++ b/install/install.php
@@ -59,6 +59,8 @@
 //** Get distribution identifier
 $distname = get_distname();
 
+if($distname == '') die('Linux Dustribution or Version not recognized.');
+
 //** Include the distribution specific installer class library and configuration
 include_once('dist/lib/'.$distname.'.lib.php');
 include_once('dist/conf/'.$distname.'.conf.php');

--
Gitblit v1.9.1