first commit 2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
define('G5_IS_ADMIN', true);
|
||||
define('G5_IS_ADMIN', true);
|
||||
include_once('../../common.php');
|
||||
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
include_once(G5_ADMIN_PATH.'/admin.lib.php');
|
||||
|
||||
//if (isset($token)) {
|
||||
// $token = @htmlspecialchars(strip_tags($token), ENT_QUOTES);
|
||||
//}
|
||||
//
|
||||
//run_event('admin_common');
|
||||
Reference in New Issue
Block a user