Skip to content

Commit

Permalink
Little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ExusV committed Oct 24, 2016
1 parent 3031d71 commit 0edc669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/admin/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<body>

<div class="header">
<div class="inner-header">
<h1><?php echo WEBSITE_NAME; if (DISPpage == 1) { echo " | Delete"; } ?></h1>
</div>
<div class="inner-header">
<h1><?php echo WEBSITE_NAME; if (DISPpage == 1) { echo " | Delete"; } ?></h1>
</div>
</div>
<div class="menu">
<a href="../index.php">Home</a>
Expand Down Expand Up @@ -100,7 +100,7 @@
<select name="name">

<?php
$list_user = $conn->prepare("SELECT * FROM `show`");
$list_user = $conn->prepare("SELECT * FROM `user`");
$list_user->execute();
while ($lu = $list_user->fetch(PDO::FETCH_ASSOC)) {
?>
Expand Down

0 comments on commit 0edc669

Please sign in to comment.