관리자 메인 페이지에서 rewrite mod설정 할 때 uncheck시 xml filter의 required동작 때문에 xml filter에서 required 제거

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1894 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-10 07:25:38 +00:00
parent e92ed5fa77
commit 326101b8a0
4 changed files with 27 additions and 6 deletions

View file

@ -33,8 +33,11 @@
$running_module = strtolower(preg_replace('/([a-z]+)([A-Z]+)([a-z]+)(.*)/', '\\2\\3', $this->act));
Context::set('running_module', $running_module);
$db_info = Context::getDBInfo();
Context::set('time_zone_list', $GLOBALS['time_zone']);
Context::set('time_zone', $GLOBALS['_time_zone']);
Context::set('use_rewrite', $db_info->use_rewrite=='Y'?'Y':'N');
Context::setBrowserTitle("ZeroboardXE Admin Page");
}