Why does register_globals need to be on? Why can't you just change the variables to the pre-defined global variables? As far as i have read from php.net that's all that needs to be done. Most sites refuse to turn globals on, so why require it?
Legacy reasons, it's not actually required by Midgard per se but by the Admin interfaces which have not yet been rewritten (and propably won't be in a long while)
register globals can be turned on per virtualhost basis so it shouldn't bee too much of a problem to request it being turned on for the virtualhost that runs the admin interface.
/Rambo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
