세션 경로 하드코딩 제거

This commit is contained in:
Lectom C Han
2026-02-05 12:53:59 +09:00
parent 7034a3643a
commit 422991aaf5
17 changed files with 42 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
<?php
session_start();
require_once __DIR__ . '/env.php';
kngil_start_session();
session_destroy();
header('Location: /');