diff --git a/ucp.php b/ucp.php index 60d17e1..ac260d9 100644 --- a/ucp.php +++ b/ucp.php @@ -16,7 +16,7 @@ if (!is_array($auth->islogged())) { global $mysqli; $sqr = "SELECT `baseval`,`rurl`,`date` FROM `redirinfo` WHERE user = '{$mysqli->real_escape_string($userinfo['username'])}' LIMIT {$lstart} , 50;"; $res = $mysqli->query($sqr); - $links = mysqli_fetch_assoc($res); + $links = mysqli_fetch_all($res, MYSQLI_ASSOC); $linkshtml = ''; foreach ($links as $link) {
Link endingLong LinkDate (EST - NA)PW-Protected