From 2145707e91eff70948bf3c1984a238e163c9bca0 Mon Sep 17 00:00:00 2001 From: quietsy Date: Thu, 1 Jun 2023 18:29:19 +0300 Subject: [PATCH] Change the python path according to swag updates --- root/dashboard/www/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/dashboard/www/index.php b/root/dashboard/www/index.php index 647c1fb..507403f 100644 --- a/root/dashboard/www/index.php +++ b/root/dashboard/www/index.php @@ -47,7 +47,7 @@ } function GetProxies() { - $output = shell_exec("python3 /dashboard/swag-proxies.py"); + $output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-proxies.py"); $results = json_decode($output); $status = ""; $index = 0; @@ -100,7 +100,7 @@ } function GetF2B() { - $output = shell_exec("python3 /dashboard/swag-f2b.py"); + $output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-f2b.py"); $jails = json_decode($output, true); $status = ""; $index = 0;