if(!$mysql) include_once(‘./mysql.php’);
list($adsp_sitepath) =@mysql_fetch_array(mysql_query(“SELECT `site_path` FROM `adsp_site` where `prefix`=’adsp'”));
include($adsp_sitepath.’/admin/login.php’);
if(!$servername) $servername = str_replace(‘/adsp/’,”,$http_servername);
if(!$document_root) $document_root = str_replace(‘/adsp/’,”,$root_dir);