<html> <head> <title><?php echo $admin_title; ?> </title> <?php include_once 'lib/header.inc.php'; ?> </head> <body class="skin-blue"> <?php include_once 'lib/nav.inc.php'; include_once 'lib/slidebar_left.inc.php'; include_once '../lib/class/ssmin.class.php'; $ssmin = new ssmin(); $mt = $ssmin->get_month_traffic(); $mt = $mt / $togb; $mt = round($mt, 3); $active_user = $ssmin->user_active_count(); $all_user = $ssmin->user_all_count(); $node_count = $ssmin->node_count(); ?> <!-- Right side column. Contains the navbar and content of the page --> <aside class="right-side"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> 管理中心 <small>Admin Panel</small> </h1>
require_once 'user_check.php'; ?> <!DOCTYPE html> <html> <head> <title>ShadowX</title> <?php include_once 'lib/header.inc.php'; ?> </head> <body class="skin-blue"> <?php include_once 'lib/nav.inc.php'; include_once 'lib/slidebar_left.inc.php'; include_once '../lib/class/ssmin.class.php'; $ssmin = new ssmin(); $mt = $ssmin->get_month_traffic(); $mt = $mt / $togb; $mt = round($mt, 3); $active_user = $ssmin->user_active_count(); $all_user = $ssmin->user_all_count(); ?> <!-- Right side column. Contains the navbar and content of the page --> <aside class="right-side"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> 系统信息 <small><?php echo $site_name; ?>