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 d59fa67 commit be86d62Copy full SHA for be86d62
web/bulk/user/index.php
@@ -55,10 +55,4 @@
55
$changes = 'yes';
56
}
57
58
-if ((!empty($restart)) && (!empty($changes))) {
59
- exec (HESTIA_CMD."v-restart-web", $output, $return_var);
60
- exec (HESTIA_CMD."v-restart-dns", $output, $return_var);
61
- exec (HESTIA_CMD."v-restart-cron", $output, $return_var);
62
-}
63
-
64
header("Location: /list/user/");
0 commit comments