tbrehm
2008-06-10 4f70280015a3d31673f5cae0f2931a2a4e434e1a
install/lib/installer_base.lib.php
@@ -42,7 +42,7 @@
        $this->conf = $conf;
    }
   
    //: TODO  Implement the translation function and langauge files for the installer.
    //: TODO  Implement the translation function and language files for the installer.
   public function lng($text)
    {
      return $text;
@@ -153,7 +153,7 @@
      }
   }
   
   //** Create a recors in the
   //** Create the server record in the database
   public function add_database_server_record() {
      
      $server_ini_content = rf("tpl/server.ini.master");