리셋 시 폐쇄를 외부에서 하면 예약 리셋이 안되던 버그 수정
This commit is contained in:
@@ -9,6 +9,10 @@ Allow from env=env_allow_1
|
|||||||
Allow from <?=$allow_ip?>
|
Allow from <?=$allow_ip?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<Files j_autoreset.php>
|
||||||
|
Allow from 127.0.0.1 ::1 localhost
|
||||||
|
</Files>
|
||||||
|
|
||||||
<Files j_install.php>
|
<Files j_install.php>
|
||||||
Allow from all
|
Allow from all
|
||||||
</Files>
|
</Files>
|
||||||
@@ -21,3 +25,6 @@ Allow from <?=$allow_ip?>
|
|||||||
<Files ~ "\.(xml|css|jpe?g|png|gif|js|pdf)$">
|
<Files ~ "\.(xml|css|jpe?g|png|gif|js|pdf)$">
|
||||||
Allow from all
|
Allow from all
|
||||||
</Files>
|
</Files>
|
||||||
|
<Files j_load_scenarios.php>
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
Reference in New Issue
Block a user