tbrehm
2009-02-08 e09e6888ed70b1c17d290df68742d47db89bb2b4
install/lib/install.lib.php
@@ -530,6 +530,9 @@
         }
      }
      if($found == 0) {
         //* add \n if the last line does not end with \n or \r
         if(substr($out,-1) != "\n" && substr($out,-1) != "\r") $out .= "\n";
         //* add the new line at the end of the file
         $out .= $new_line."\n";
      }
      file_put_contents($filename,$out);