리셋 시 폐쇄를 외부에서 하면 예약 리셋이 안되던 버그 수정

This commit is contained in:
2018-04-25 21:04:41 +09:00
parent 6ebe3454af
commit bfef0c28bc
+7
View File
@@ -9,6 +9,10 @@ Allow from env=env_allow_1
Allow from <?=$allow_ip?>
<?php endif; ?>
<Files j_autoreset.php>
Allow from 127.0.0.1 ::1 localhost
</Files>
<Files j_install.php>
Allow from all
</Files>
@@ -20,4 +24,7 @@ Allow from <?=$allow_ip?>
</Files>
<Files ~ "\.(xml|css|jpe?g|png|gif|js|pdf)$">
Allow from all
</Files>
<Files j_load_scenarios.php>
Allow from all
</Files>