Просмотр исходного кода

Change to hestia update script.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
036e2c11cb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      web/list/updates/index.php

+ 2 - 2
web/list/updates/index.php

@@ -12,10 +12,10 @@ if ($_SESSION['user'] != 'admin') {
 }
 }
 
 
 // Data
 // Data
-exec (VESTA_CMD."v-list-sys-vesta-updates json", $output, $return_var);
+exec (VESTA_CMD."v-list-sys-hestia-updates json", $output, $return_var);
 $data = json_decode(implode('', $output), true);
 $data = json_decode(implode('', $output), true);
 unset($output);
 unset($output);
-exec (VESTA_CMD."v-list-sys-vesta-autoupdate plain", $output, $return_var);
+exec (VESTA_CMD."v-list-sys-hestia-autoupdate plain", $output, $return_var);
 $autoupdate = $output['0'];
 $autoupdate = $output['0'];
 unset($output);
 unset($output);