diff --git a/index.php b/index.php index c9d3951..f94148a 100644 --- a/index.php +++ b/index.php @@ -8,17 +8,6 @@ if (!isAdminPemerintah()) { include 'koneksi.php'; -echo "
";
-
-$q = mysqli_query($conn, "SHOW TABLES");
-
-while($r = mysqli_fetch_array($q)){
-    print_r($r);
-}
-
-echo "
"; -exit; - ?>