Commit af0ed925 authored by yanghui's avatar yanghui

Merge branch 'release_yh' into 'master'

test

See merge request !17
parents fb3ee0d1 19c668e6
...@@ -145,7 +145,10 @@ else ...@@ -145,7 +145,10 @@ else
$base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']); $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://esf.fz.house365.com');
if(isset($_GET['test'])){ if(isset($_GET['test'])){
echo $base_url;exit; echo $base_url;
echo "<pre>";
print_r($_SERVER);
exit;
} }
define('STATIC_SOURCE_URL', 'http://'.$_SERVER['HTTP_HOST'].'/source'); define('STATIC_SOURCE_URL', 'http://'.$_SERVER['HTTP_HOST'].'/source');
define('GB_WO_HELP', "http://zsb.house365.com/help/"); 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