We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ca2fc commit f836a14Copy full SHA for f836a14
install/lib/installer_base.lib.php
@@ -1219,7 +1219,7 @@ public function install_ispconfig()
1219
wf("$install_dir/server/lib/$configfile", $content);
1220
1221
//* Create the config file for remote-actions
1222
- $content = "<?php\n$maxid_remote_actions = 1\n?>";
+ $content = "<?php\n$maxid_remote_actions = 1;\n?>";
1223
wf("$install_dir/server/lib/remote_actions.inc.php", $content);
1224
1225
//* Enable the server modules and plugins.
0 commit comments