|
@ -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; |
|
|
} |
|
|
} |
|
|