Index: upload.php =================================================================== --- upload.php (revision 5296) +++ upload.php (working copy) @@ -104,7 +104,7 @@ $per = 10; } $page_links = paginate_links( array( - 'base' => 'users.php?%_%', + 'base' => 'upload.php?%_%', 'format' => 'paged=%#%', 'total' => ceil($total / $per), 'current' => $paged ? $paged : 1,