mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1810 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9d50022623
commit
732f87cd36
4 changed files with 12 additions and 3 deletions
|
|
@ -92,6 +92,14 @@
|
|||
$this->_set('logged_info', NULL);
|
||||
}
|
||||
|
||||
//////////////////
|
||||
//$logged_info->is_admin = 'Y';
|
||||
//$_SESSION['logged_info'] = $logged_info;
|
||||
//$_SESSION['is_logged'] = true;
|
||||
//$this->_set('is_logged', true);
|
||||
//$this->_set('logged_info', $logged_info);
|
||||
//////////////////
|
||||
|
||||
// rewrite 모듈사용 상태 체크
|
||||
if(file_exists('./.htaccess')&&in_array('mod_rewrite',apache_get_modules())) $this->allow_rewrite = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue