Update index.php
This commit is contained in:
@@ -8,17 +8,6 @@ if (!isAdminPemerintah()) {
|
|||||||
include 'koneksi.php';
|
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>
|
<!DOCTYPE html>
|
||||||
<html lang="id">
|
<html lang="id">
|
||||||
|
|||||||
Reference in New Issue
Block a user