Skip to content

Commit 2be2d0f

Browse files
xh3n1Sam Tuke
authored andcommitted
Change the number of recently visited pages
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent 7ede29b commit 2be2d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ function recentlyVisited()
10341034
}
10351035
}
10361036
}
1037-
if ($num >= 6) {
1037+
if ($num >= 3) {
10381038
break;
10391039
}
10401040
}

0 commit comments

Comments
 (0)