2022-09-17 20:50:50 +09:00
|
|
|
<?php
|
|
|
|
|
define('G5_IS_ADMIN', true);
|
2024-09-21 10:21:40 +09:00
|
|
|
|
2024-09-23 11:10:50 +09:00
|
|
|
include_once "../common.php";
|
2024-09-28 13:03:15 +09:00
|
|
|
|
2024-09-21 10:21:40 +09:00
|
|
|
include_once G5_ADMIN_PATH . '/admin.lib.php';
|
2024-09-28 13:03:15 +09:00
|
|
|
|
|
|
|
|
if (isset($token)) {
|
|
|
|
|
$token = @htmlspecialchars(strip_tags($token), ENT_QUOTES);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
EventHandler::triggerEvent("gnuboard.admin.load_common");
|