From 712706d8ff98d4f5a6ede97e48912d5d0a9e3604 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Tue, 27 Jul 2010 08:19:45 -0400
Subject: [PATCH] typo

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

diff --git a/install/autoupdate.php b/install/autoupdate.php
index 116c375..d273c6a 100644
--- a/install/autoupdate.php
+++ b/install/autoupdate.php
@@ -271,7 +271,7 @@
 
 
 //** Customise the port ISPConfig runs on
-$conf['apache']['vhost_port'] = get_ispconfig_port_number();;
+$conf['apache']['vhost_port'] = get_ispconfig_port_number();
 
 $inst->install_ispconfig();
 

--
Gitblit v1.9.1