what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :

Started by AWJunkies, March 28, 2006, 11:54:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AWJunkies

Why was this added to theme.inc.php in two places as well as added to url links? This messed up my site when updating to 1.4.4 from 1.4.3

    $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : '';


AWJunkies