发布v2.6.5版本
This commit is contained in:
@@ -401,6 +401,7 @@ class adminClassModel extends Model
|
||||
|
||||
public function getface($face, $mr='')
|
||||
{
|
||||
if($face==null)$face='';
|
||||
if($mr=='')$mr = 'images/noface.png';
|
||||
if(substr($face,0,4)!='http' && !$this->isempt($face))$face = URL.''.$face.'';
|
||||
$face = $this->rock->repempt($face, $mr);
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -24,6 +24,8 @@ class wxgzhModel extends Model
|
||||
protected $secret = '';
|
||||
public function initWxgzh(){}
|
||||
|
||||
public $option;
|
||||
|
||||
public function initModel()
|
||||
{
|
||||
$this->backarr = array('errcode'=>-1, 'msg'=>'sorry,error');
|
||||
|
||||
Reference in New Issue
Block a user