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 8dca2d7 commit 58c4327Copy full SHA for 58c4327
web/restart/system/index.php
@@ -27,7 +27,7 @@
27
if ($_SESSION['user'] == 'admin') {
28
if (!empty($_GET['hostname'])) {
29
touch($reset_token_file);
30
- $_SESSION['error_msg'] = __('The system is going down for reboot NOW!');
+ $_SESSION['error_msg'] = _('The system is going down for reboot NOW!');
31
exec(HESTIA_CMD . "v-restart-system yes", $output, $return_var);
32
}
33
unset($output);
0 commit comments