From 8f5b89a32eed65aff79d45453872b75593f5083c Mon Sep 17 00:00:00 2001 From: Evelyn Date: Wed, 17 Dec 2025 10:38:24 +0700 Subject: [PATCH] test --- test_db.php | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test_db.php diff --git a/test_db.php b/test_db.php deleted file mode 100644 index f103ba3..0000000 --- a/test_db.php +++ /dev/null @@ -1,8 +0,0 @@ -connect_error) { - die("❌ GAGAL: " . $conn->connect_error); -} -echo "✅ KONEKSI BERHASIL"; -?>