Compare commits

...

2 Commits

  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