diff --git a/ambil.php b/ambil.php index ecadd17..e66af69 100644 --- a/ambil.php +++ b/ambil.php @@ -6,6 +6,9 @@ header('Content-Type: application/json; charset=UTF-8'); include 'auth.php'; // Middleware auth include 'koneksi.php'; +echo "
";
+print_r($_SESSION);
+exit;
if (!$conn) {
echo json_encode(array("status" => "error", "message" => "Gagal konek DB"));