Skip to content

Commit f836a14

Browse files
author
vogelor
committed
fixed small typo
1 parent 99ca2fc commit f836a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ public function install_ispconfig()
12191219
wf("$install_dir/server/lib/$configfile", $content);
12201220

12211221
//* Create the config file for remote-actions
1222-
$content = "<?php\n$maxid_remote_actions = 1\n?>";
1222+
$content = "<?php\n$maxid_remote_actions = 1;\n?>";
12231223
wf("$install_dir/server/lib/remote_actions.inc.php", $content);
12241224

12251225
//* Enable the server modules and plugins.

0 commit comments

Comments
 (0)