View Single Post
Old June 2nd, 2005, 11:43 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
I show the code in showgallery.php as correct

if ( isset($_GET['catp']) ) {
@setcookie( "catp", $_GET['catp'], 0, "{$Globals['cookie_path']}", $Globals['domain_path'] );
$GLOBALS[catp] = $_GET['catp'];
}


$catp is never a post item. Basically what we say there is if there is a catp variable in the url reset the cookie to that get which overwrites the catp password
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; June 2nd, 2005 at 11:45 AM.
Chuck S is offline   Reply With Quote