first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
if (!defined('_GNUBOARD_')) exit;
/**
* 사용자 정의 테이블 이름을 $g5 전역 배열에 추가합니다.
* 이 파일은 common.php에서 자동으로 포함됩니다.
*/
$g5['ui_manager_table'] = G5_TABLE_PREFIX . 'ui_manager';
$g5['form_category_table'] = G5_TABLE_PREFIX . 'form_category';
$g5['common_lang_table'] = G5_TABLE_PREFIX . 'common_lang';
?>