We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601d171 commit 2145707Copy full SHA for 2145707
root/dashboard/www/index.php
@@ -47,7 +47,7 @@ function GetHeader() {
47
}
48
49
function GetProxies() {
50
- $output = shell_exec("python3 /dashboard/swag-proxies.py");
+ $output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-proxies.py");
51
$results = json_decode($output);
52
$status = "";
53
$index = 0;
@@ -100,7 +100,7 @@ function GetProxies() {
100
101
102
function GetF2B() {
103
- $output = shell_exec("python3 /dashboard/swag-f2b.py");
+ $output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-f2b.py");
104
$jails = json_decode($output, true);
105
106
0 commit comments