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
+12
View File
@@ -0,0 +1,12 @@
<?php
include_once('../../common.php');
if (!defined('G5_USE_SHOP') || !G5_USE_SHOP) {
define('G5_USE_SHOP', true);
}
include_once(G5_ADMIN_PATH.'/admin.lib.php');
include_once(G5_LIB_PATH.'/shop.lib.php');
$g5['title'] = '구글 애드센스 관리';
?>