Browse Source

微博详情页取消登陆限制

pull/41/head
pengda 2 weeks ago
parent
commit
14b2d5acef
  1. 4
      index.php

4
index.php

@ -75,6 +75,10 @@
if (preg_match('/^(login).*/', $this->control_func)) {
$needlogin = false;
}
} elseif ($this->control_name == 'weibo') {
if (preg_match('/^(show_detail).*/', $this->control_func)) {
$needlogin = false;
}
}elseif($this->control_name == 'callback'){
$needlogin = false;
}

Loading…
Cancel
Save