phpwiki

Richard Lynch ceo at l-i-e.com
Fri Oct 8 20:58:33 PDT 2004


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



More information about the freebsd-questions mailing list