Change the python path according to swag updates

This commit is contained in:
quietsy
2023-06-01 18:29:19 +03:00
parent 601d17178c
commit 2145707e91
+2 -2
View File
@@ -47,7 +47,7 @@
} }
function GetProxies() { function GetProxies() {
$output = shell_exec("python3 /dashboard/swag-proxies.py"); $output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-proxies.py");
$results = json_decode($output); $results = json_decode($output);
$status = ""; $status = "";
$index = 0; $index = 0;
@@ -100,7 +100,7 @@
} }
function GetF2B() { 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); $jails = json_decode($output, true);
$status = ""; $status = "";
$index = 0; $index = 0;