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.
2 parents f8cf244 + 58c4327 commit e2e40d3Copy full SHA for e2e40d3
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