first commit 2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* 상담 예약 관리 시스템 공통 파일 (관리자용)
|
||||
*/
|
||||
|
||||
define('G5_IS_ADMIN', true);
|
||||
include_once('../../common.php');
|
||||
include_once(G5_ADMIN_PATH . '/admin.lib.php');
|
||||
|
||||
// 💡 [개선] 공통 함수를 별도 파일로 분리하여 관리합니다.
|
||||
include_once(__DIR__ . '/functions.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user