2022-02-09 03:05:24 +09:00
|
|
|
<?php
|
|
|
|
|
define('G5_IS_ADMIN', true);
|
|
|
|
|
include_once ('../common.php');
|
2024-06-21 03:16:11 +09:00
|
|
|
|
|
|
|
|
if(!defined("_LOGIN_PAGE_") || (defined("_LOGIN_PAGE_") && !_LOGIN_PAGE_)) {
|
|
|
|
|
include_once(G5_ADMIN_PATH.'/admin.lib.php');
|
|
|
|
|
}
|
2022-02-09 03:05:24 +09:00
|
|
|
?>
|