From 81b5e2604a30c1d4ae722add769e0b4cb5c5b82f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 29 Jun 2008 07:49:50 -0400
Subject: [PATCH] Show real hostname of the server as server name in interface.

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

diff --git a/install/install.php b/install/install.php
index ef6a8fb..d953964 100644
--- a/install/install.php
+++ b/install/install.php
@@ -217,6 +217,7 @@
 		
 	//* Insert the Server record into the database
 	swriteln('Adding ISPConfig server record to database.');
+	swriteln('');
 	$inst->add_database_server_record();
 
 	

--
Gitblit v1.9.1