first commit 2
This commit is contained in:
@@ -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'] = '구글 애드센스 관리';
|
||||
?>
|
||||
Reference in New Issue
Block a user