We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608a8c7 commit 6abbf2eCopy full SHA for 6abbf2e
server/scripts/ispconfig_update.php
@@ -51,7 +51,7 @@ function simple_query($query, $answers, $default)
51
52
//* Stop the installation
53
if($input == 'quit') {
54
- swriteln($this->lng("Installation terminated by user.\n"));
+ swriteln("Installation terminated by user.\n");
55
die();
56
}
57
0 commit comments