tbrehm
2008-07-15 6137440f385ee164c342681bd722c5d53e81819e
install/lib/installer_base.lib.php
@@ -657,7 +657,7 @@
      $install_dir = $this->conf['ispconfig_install_dir'];
      //* Create the ISPConfig installation directory
      if(!@is_dir($install_dir)) {
      if(!@is_dir("$install_dir")) {
         $command = "mkdir $install_dir";
         caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      }