Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianminglok committed Aug 6, 2017
1 parent 8ac2c2a commit 527bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<?php while($row = mysqli_fetch_array($result)) {

$result2 = mysqli_query($con, "SELECT * FROM path_keys WHERE `key` = '".$row['key']."'" AND `path` LIKE '0.'); $i=0;
$result2 = mysqli_query($con, "SELECT * FROM path_keys WHERE `key` = '".$row['key']."'"); $i=0;

/* Select fist image in future */

Expand Down

0 comments on commit 527bc07

Please sign in to comment.