... require_once로 되돌림 ㅜㅜ

This commit is contained in:
2018-01-14 19:11:14 +09:00
parent 5302734219
commit 7d2f024e75
95 changed files with 265 additions and 3208 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
Deny from all
<?php if(isset($allow_ip) && $allow_ip != ''): ?>
SetEnvIf X-Forwarded-For ^192\.168\.0\.1 env_allow_1
Allow from env=env_allow_1
Allow from 192.168.0.1
Allow from 192.168.0.1
<?php endif; ?>