From f836a14217037f162454cd388bdc0bec9313c029 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Sat, 1 May 2010 12:19:17 +0000
Subject: [PATCH] fixed small typo

---
 install/lib/installer_base.lib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index b430874299..83155790b3 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -1219,7 +1219,7 @@ class installer_base {
 		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.
-- 
GitLab