Update Banyak

This commit is contained in:
WD - Dev
2025-09-21 21:40:17 +07:00
parent c6bee729c5
commit efca8f5f80
145 changed files with 195185 additions and 1378 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ if ($set1->rowCount() > 0) {
// Check if there was an issue with exec
if ($return_var !== 0) {
echo "Error executing command for IP: {$m_ip}<br>";
echo "Error executing command for IP: {$m_ip}\n";
} else {
echo "Successfully started background process for IP: {$m_ip} {$nama}<br>";
echo "Successfully started background process for IP: {$m_ip} {$nama}\n";
}
}