From f836a14217037f162454cd388bdc0bec9313c029 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Sat, 01 May 2010 08:19:17 -0400
Subject: [PATCH] fixed small typo

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

diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index b430874..8315579 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -1219,7 +1219,7 @@
 		wf("$install_dir/server/lib/$configfile", $content);
 
 		//* Create the config file for remote-actions
-		$content = "<?php\n$maxid_remote_actions = 1\n?>";
+		$content = "<?php\n$maxid_remote_actions = 1;\n?>";
 		wf("$install_dir/server/lib/remote_actions.inc.php", $content);
 		
 		//* Enable the server modules and plugins.

--
Gitblit v1.9.1