Browse Source

Merge pull request '微博详情页取消登陆限制' (#41) from wpd_detail2 into master

Reviewed-on: #41
pull/42/head
pengda 1 day ago
parent
commit
3172a0cbb3
  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