Files
2026-06-11 18:47:38 +09:00

13 lines
262 B
PHP

<?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'] = '구글 애드센스 관리';
?>