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