Alan Curtis wrote:
> 7. followed the instructions at
> http://phpwiki.sourceforge.net/phpwiki/FrequentlyAskedQuestions
> and added
>
> foreach ($_REQUEST as $k => $v) $$k = $v;

At this point, you might as well use .htaccess to turn register_globals
back "ON" for phpwiki, since you have effectively un-done the security of
turning register_globals "OFF" for this application...

Or fix the Wiki to *NOT* rely on register_globals in the first place.

You can find more info about this issue by searching on http://php.net for
register_globals

-- 
Like Music?
http://l-i-e.com/artists.htm

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to