mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
disabled debug
This commit is contained in:
parent
db4c4d333b
commit
6ad69fb4ca
1 changed files with 0 additions and 2 deletions
|
@ -35,12 +35,10 @@ if ($_SESSION['user'] == 'admin') {
|
|||
|
||||
foreach ($domain as $value) {
|
||||
$value = escapeshellarg($value);
|
||||
echo VESTA_CMD.$cmd." ".$user." ".$value." no";
|
||||
exec (VESTA_CMD.$cmd." ".$user." ".$value." no", $output, $return_var);
|
||||
$restart='yes';
|
||||
}
|
||||
|
||||
|
||||
if (isset($restart)) {
|
||||
exec (VESTA_CMD."v-restart-web", $output, $return_var);
|
||||
exec (VESTA_CMD."v-restart-proxy", $output, $return_var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue