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
+3
View File
@@ -34,6 +34,9 @@ $stmt = $pdo->prepare("SELECT * FROM setting_mikrotik WHERE board_id = :board_id
$stmt->bindParam(':board_id', $board_id, PDO::PARAM_STR);
$stmt->execute();
$servers = $stmt->fetchAll(PDO::FETCH_ASSOC);
file_put_contents(__DIR__ . "/error.log", date('Y-m-d H:i:s') . " " . json_encode($params) . PHP_EOL, FILE_APPEND);
?>
<!DOCTYPE html>
<html lang="id">