vogelor
2010-05-01 f836a14217037f162454cd388bdc0bec9313c029
fixed small typo
1 files modified
2 ■■■ changed files
install/lib/installer_base.lib.php 2 ●●● patch | view | raw | blame | history
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.