URI 중 /kngil/skin 반복제거. php 확장자 노출 제거

This commit is contained in:
Lectom C Han
2026-02-05 12:09:12 +09:00
parent 8fa50e6d0d
commit 8501529eb6
16 changed files with 50 additions and 37 deletions

View File

@@ -2,5 +2,5 @@
session_start();
session_destroy();
header('Location: /kngil/skin/index.php');
header('Location: /');
exit;