mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
#19155609 SSO 사용 유무 설정 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7698 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
57bdeb6e19
commit
9e5d9d49bc
14 changed files with 26 additions and 1 deletions
|
|
@ -354,7 +354,7 @@
|
|||
**/
|
||||
function checkSSO() {
|
||||
// pass if it's not GET request or XE is not yet installed
|
||||
if(isCrawler()) return true;
|
||||
if($this->db_info->use_sso != 'Y' || isCrawler()) return true;
|
||||
if(Context::getRequestMethod()!='GET' || !Context::isInstalled() || in_array(Context::get('act'),array('rss','atom'))) return true;
|
||||
|
||||
// pass if default URL is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue