extend 파일 추가, info.php 내용 작성

This commit is contained in:
2026-06-04 17:54:52 +09:00
parent 58f724b28c
commit d95c91890c
13 changed files with 746 additions and 24 deletions

View File

@ -0,0 +1,4 @@
<?php
if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) {
$_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"];
}