Commit aba868d7 authored by liuqiao's avatar liuqiao

Merge remote-tracking branch 'origin/master'

parents 5f6a26b2 1a54ee66
......@@ -568,7 +568,7 @@ class UploadFile
break;
case 'group3':
//$this->strServerSite=33;暂时改成31
$this->strServerSite=33;
$this->strServerSite=35;
break;
}
}
......@@ -1128,6 +1128,7 @@ class UploadFile
//$this->writelog("[".$_COOKIE['bbuserid']."]".date("Y-m-d H:i:s")." upload errno: " . fastdfs_get_last_error_no() . ", error info: " . fastdfs_get_last_error_info()." ".$url."\r\n");
fastdfs_disconnect_server($tracker);
fastdfs_tracker_close_all_connections();
//$this->writelog("[".$_COOKIE['bbuserid']."]".date("Y-m-d H:i:s")." disconnect errno: " . fastdfs_get_last_error_no() . ", error info: " . fastdfs_get_last_error_info()."\r\n");
return $url;
......
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