Incorrect Links with Admin User Management Page Numbers with URL Method 2
After I got quite a few members to my site, I noticed that when cleaning out spam under user management the links on the page numbers at the bottom of the User Management page were incorrectly linking when I had URL Method = 2. I tracked this down to the do_pages() method in libs/html1.php. I was able to fix my links to correctly display according to the URL Method 1 form by modifying the final else statement for each "pagename" if statemnt under URLMethod == 2.
Basically the original code would put a link of admin_users/page/#, where the new method retains the links as admin_users.php?page=#.
This was first noticed in 9.9.0. I have uploaded the modified html1.php file.