Commit 47cefb27 authored by zhuwei's avatar zhuwei

1

parent 75bc136f
...@@ -911,8 +911,8 @@ class User extends Basic ...@@ -911,8 +911,8 @@ class User extends Basic
*/ */
public function moveHouseAgent() public function moveHouseAgent()
{ {
// ini_set('memory_limit', '500M'); //内存限制 ini_set('memory_limit', '500M'); //内存限制
// set_time_limit(0); // set_time_limit(0);
$s_user_agent = new UserAgentService(); $s_user_agent = new UserAgentService();
$res = $s_user_agent->moveHouse(); $res = $s_user_agent->moveHouse();
return $res; return $res;
......
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