View Single Post
Old September 9th, 2005, 05:20 PM   #5 (permalink)
Brian
Guest
 
Posts: n/a
Re: override password protected dir's for admins?

Try looking in your forum/includes/functions_gallery.php file for this code:
Code:
Content visible to verified customers only.
Right above that, add:
Code:
Content visible to verified customers only.
And that should bypass the password check for admins and moderators.
  Reply With Quote