[wp-hackers] Need help upgrading CG-Related plugin to 1.3...
Ryan Boren
ryan at boren.nu
Tue Oct 26 04:04:14 UTC 2004
On Mon, 2004-10-25 at 23:26 -0400, David Chait wrote:
> Okay, so I just found the following code at the top of wp-settings.php:
>
> // Append the query string if it exists and isn't null
> if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
> $_SERVER['REQUEST_URI'] .= '?' . $_SERVER['QUERY_STRING'];
> }
Fixed.
Ryan
More information about the hackers
mailing list