mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
Raise limit for userlinks
This commit is contained in:
parent
a46a1ce680
commit
eaf12c1b74
@ -14,7 +14,7 @@ if (!is_array($auth->islogged())) {
|
||||
function fetchurls($lstart = 0) {
|
||||
global $userinfo;
|
||||
global $mysqli;
|
||||
$sqr = "SELECT `baseval`,`rurl`,`date`,`lkey` FROM `redirinfo` WHERE user = '{$mysqli->real_escape_string($userinfo['username'])}' LIMIT {$lstart} , 50;";
|
||||
$sqr = "SELECT `baseval`,`rurl`,`date`,`lkey` FROM `redirinfo` WHERE user = '{$mysqli->real_escape_string($userinfo['username'])}' LIMIT {$lstart} , 720;";
|
||||
$res = $mysqli->query($sqr);
|
||||
$links = mysqli_fetch_all($res, MYSQLI_ASSOC);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user