서버 예약 오픈을 UI에 통합
This commit is contained in:
@@ -7,4 +7,17 @@ Deny from all
|
||||
SetEnvIf X-Forwarded-For ^<?=str_replace('.', '\\.', $allow_ip)?> env_allow_1
|
||||
Allow from env=env_allow_1
|
||||
Allow from <?=$allow_ip?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<Files j_install.php>
|
||||
Allow from all
|
||||
</Files>
|
||||
<Files install.php>
|
||||
Allow from all
|
||||
</Files>
|
||||
<Files j_server_basic_info.php>
|
||||
Allow from all
|
||||
</Files>
|
||||
<Files ~ "\.(xml|css|jpe?g|png|gif|js|pdf)$">
|
||||
Allow from all
|
||||
</Files>
|
||||
Reference in New Issue
Block a user