Update index.php

This commit is contained in:
2026-06-10 06:37:31 +00:00
parent cecc53c886
commit 39e475743e
-11
View File
@@ -8,17 +8,6 @@ if (!isAdminPemerintah()) {
include 'koneksi.php';
echo "<pre>";
$q = mysqli_query($conn, "SHOW TABLES");
while($r = mysqli_fetch_array($q)){
print_r($r);
}
echo "</pre>";
exit;
?>
<!DOCTYPE html>
<html lang="id">