. * */ $conf = simplexml_load_file("../lib/Dazzler.conf"); header("Cache-Control: no-store, no-cache"); header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); header("Content-Disposition: attachment; filename=\"acct_mgr_url.xml\""); echo " {$conf->account_manager->name} {$conf->account_manager->master_url} "; ?>