common.js 로그인 반영 개선

This commit is contained in:
Lectom C Han
2026-02-05 13:07:39 +09:00
parent 422991aaf5
commit 1cdfe27ef7
3 changed files with 71 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
<?php
// /kngil/auth/oidc-login.php
require_once dirname(__DIR__) . '/bbs/env.php';
kngil_start_session();
require_once dirname(__DIR__) . '/vendor/autoload.php';
$config = require_once dirname(__DIR__) . '/bbs/oidc_config.php';