This commit is contained in:
Your Name
2025-01-28 18:14:55 +01:00
parent 083d342373
commit d095e53cd6
10 changed files with 646 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ if ($type == "reboot") {
if ($type == "npm") {
$port=$_GET['port'];
$command = '/usr/bin/python3 /var/www/nebuleair_pro_4g/npm.py ' . $port;
$command = '/usr/bin/python3 /var/www/nebuleair_pro_4g/NPM/get_data.py ' . $port;
$output = shell_exec($command);
echo $output;
}