mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1631 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
681126b7ae
commit
f1d74c3037
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// rewrite 모듈사용 상태 체크
|
// rewrite 모듈사용 상태 체크
|
||||||
if(in_array('mod_rewrite',apache_get_modules())) $this->allow_rewrite = true;
|
if(file_exists('./htaccess')&&in_array('mod_rewrite',apache_get_modules())) $this->allow_rewrite = true;
|
||||||
|
|
||||||
// 상대 경로 설정
|
// 상대 경로 설정
|
||||||
$this->path = $this->getRequestUri();
|
$this->path = $this->getRequestUri();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue