I think you can put this to the index.php file in your DocumentRoot with Midgard Lite.
/Bergie
So i Add this code to index.php and i should be all set to run MidgardLite with register_globals off?
<?php
//Register $_GET variables
while (list ($k, $v) = each ($_GET)) {
$$k=$v;
}//Register $_POST variables
while (list ($k, $v) = each ($_POST)) {
$$k=$v;
}?>
Anyone on this list object?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
