|
1. beauty of language files. You may change it to say what you wish in english.php
2. will take a look and see about the password issue if there is one. I suspect you get that box because of this
if ( strcmp($password, $catpass) ) {
get_password( $cat );
exit;
As admin you bypass all restrictions but you then logged out and logged in as a user. You already had a catp cookie on your computer. You viewed another album which has a different password hense the passwords do not match
Last edited by Chuck S; July 24th, 2005 at 08:11 AM.
|