rewrite mod 플래그가 어드민 화면에서 제대로 보이지 않는 문제의 약식 해결.(trac참조)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2456 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
venister 2007-08-31 09:11:07 +00:00
parent a8097ff988
commit e9fb32c36f

View file

@ -24,7 +24,7 @@
<tr>
<th scope="row">{$lang->use_rewrite}</th>
<td>
<input type="checkbox" name="use_rewrite" value="Y" <!--@if(function_exists('apache_get_modules')&&in_array('mod_rewrite',apache_get_modules())&&$use_rewrite=='Y')-->checked="checked"<!--@end--> />
<input type="checkbox" name="use_rewrite" value="Y" <!--@if($use_rewrite=='Y')-->checked="checked"<!--@end--> />
<p>{$lang->about_rewrite}</p>
</td>
</tr>