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"; -?>