--- Core/core.inc.php 19 Jul 2006 05:24:31 -0000 1.15 +++ Core/core.inc.php 2 Dec 2006 23:18:43 -0000 @@ -1,4 +1,14 @@ $value) $$key = $value; - // Copy certain _SERVER superglobals to the global namespace. - if($HTTP_HOST == '') $HTTP_HOST=$_SERVER['HTTP_HOST']; - if($PHP_SELF == '') $PHP_SELF=$_SERVER['PHP_SELF']; - // If the user hasn't been here yet, set their current path to the mp3 folder. if(!$base_dir) $base_dir="$location";