微博详情页取消登陆限制 #41

Merged
pengda merged 1 commits from wpd_detail2 into master 2 days ago
  1. 4
      index.php

4
index.php

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

Loading…
Cancel
Save