tbrehm
2010-10-22 fb3a98c0f06fb14a188e5a020936768fa04cb205
install/dist/lib/gentoo.lib.php
@@ -670,14 +670,14 @@
      //* Create the config file for ISPConfig server
      $this->write_config_file("$install_dir/server/lib/$configfile", $content);
      
       //* Create the config file for remote-actions (but only, if it does not exist, because
      //* the value is a autoinc-value and so changed by the remoteaction_core_module
      //* Create the config file for remote-actions (but only, if it does not exist, because
      //  the value is a autoinc-value and so changed by the remoteaction_core_module
      if (!file_exists($install_dir.'/server/lib/remote_action.inc.php')) {
         $content = '<?php' . "\n" . '$maxid_remote_action = 0;' . "\n" . '?>';
         $this->write_config_file("$install_dir/server/lib/remote_action.inc.php", $content);
         wf($install_dir.'/server/lib/remote_action.inc.php', $content);
      }
      
       //* Enable the server modules and plugins.
       // Enable the server modules and plugins.
      // TODO: Implement a selector which modules and plugins shall be enabled.
      $dir = $install_dir.'/server/mods-available/';
      if (is_dir($dir)) {