Commit e4e13481 authored by fangliyan's avatar fangliyan

测试

parent 739ce805
...@@ -106,6 +106,7 @@ class Esf_center_api extends MY_Controller { ...@@ -106,6 +106,7 @@ class Esf_center_api extends MY_Controller {
*/ */
public function api_savehousemobile() public function api_savehousemobile()
{ {
echo '哈哈哈哈哈';exit;
$return =''; $return ='';
$uid = $this->input->get('uid'); $uid = $this->input->get('uid');
if(empty($uid)) if(empty($uid))
......
...@@ -52,8 +52,6 @@ $active_record = TRUE; ...@@ -52,8 +52,6 @@ $active_record = TRUE;
//$dsn_esf = "dbdriver://$conf_db_user:$conf_db_password@$conf_db_host/$conf_db_name?char_set=$conf_db_charset&dbcollat=utf8_general_ci&cache_on=false"; //$dsn_esf = "dbdriver://$conf_db_user:$conf_db_password@$conf_db_host/$conf_db_name?char_set=$conf_db_charset&dbcollat=utf8_general_ci&cache_on=false";
$IpHostAllow =explode('.',get_ip()); $IpHostAllow =explode('.',get_ip());
echo 'ddd';exit;
if($IpHostAllow['0']=='127') if($IpHostAllow['0']=='127')
{ {
$conf_db_host ='njesfdbmastervip.house365.com'; $conf_db_host ='njesfdbmastervip.house365.com';
......
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