Commit 25758631 authored by fangliyan's avatar fangliyan

测试

parent f5adc198
......@@ -140,8 +140,14 @@ if(GB_CITY == 'nj')
}
else
{
$base_url = isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off' ? 'https' : 'http';
$base_url .= '://'. $_SERVER['HTTP_HOST'];
$base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']);
//define('STATIC_SOURCE_URL', 'http://esf.fz.house365.com');
define('STATIC_SOURCE_URL', 'http://'.$_SERVER['HTTP_HOST'].'/source');
if(isset($_GET['test'])){
echo $base_url;exit;
}
define('STATIC_SOURCE_URL', 'http://zsb.house365.com/source');
define('GB_WO_HELP', "http://zsb.house365.com/help/");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment