June 20th, 2005, 08:34 AM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
In pp-inc.php change this
if ( isset($password) ) {
@setcookie( "password", $password );
}
to
if ( isset($catp) ) {
@setcookie( "catp", $catp );
}
|
| |