From 6abbf2e8c48a4561f37ba8aac9532f35d98353f9 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 12 Mar 2009 14:58:32 -0400 Subject: [PATCH] --- server/scripts/ispconfig_update.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/scripts/ispconfig_update.php b/server/scripts/ispconfig_update.php index d2f10d8..cd301d4 100644 --- a/server/scripts/ispconfig_update.php +++ b/server/scripts/ispconfig_update.php @@ -51,7 +51,7 @@ //* Stop the installation if($input == 'quit') { - swriteln($this->lng("Installation terminated by user.\n")); + swriteln("Installation terminated by user.\n"); die(); } -- Gitblit v1.9.1