Added passeneg manager. Part 3
This commit is contained in:
@@ -42,7 +42,7 @@ if ((!empty($_GET["del"])) && ($_GET["del"] != "")) {
|
||||
// Data
|
||||
exec(HESTIA_CMD . "v-ext-modules-run passenger_manager get_rubys json", $output, $return_var);
|
||||
$rubys = [];
|
||||
if ($return_var != 0) {
|
||||
if ($return_var == 0) {
|
||||
$rubys = json_decode(implode("", $output), true);
|
||||
ksort($rubys);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user