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");