Skip to content

Commit

Permalink
Change the number of recently visited pages
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
  • Loading branch information
xh3n1 authored and Sam Tuke committed Jan 3, 2019
1 parent 7ede29b commit 2be2d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/connect.php
Expand Up @@ -1034,7 +1034,7 @@ function recentlyVisited()
}
}
}
if ($num >= 6) {
if ($num >= 3) {
break;
}
}
Expand Down

0 comments on commit 2be2d0f

Please sign in to comment.