git-svn-id: http://xe-core.googlecode.com/svn/trunk@1631 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-14 07:50:25 +00:00
parent 681126b7ae
commit f1d74c3037

View file

@ -92,7 +92,7 @@
}
// 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();