From 4f70280015a3d31673f5cae0f2931a2a4e434e1a Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 10 Jun 2008 16:41:32 -0400 Subject: [PATCH] The updater is now able to update the config (in server mysql table) from the master template. --- install/lib/installer_base.lib.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index 02d9f83..6880e98 100644 --- a/install/lib/installer_base.lib.php +++ b/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"); -- Gitblit v1.9.1