用户信息
注册邮箱 | |
注册时间 | |
剩余流量 | GB |
隧道数量 | 条 |
宽带速率 |
站点公告
text(Settings::get("broadcast", "暂时没有公告信息")); ?>
使用帮助
text(Settings::get("helpinfo", "暂时没有帮助信息")); ?>
setSafeMode(true); $markdown->setBreaksEnabled(true); $markdown->setUrlsLinked(true); $page_title = "管理面板"; $rs = Database::querySingleLine("users", Array("username" => $_SESSION['user'])); if(!$rs) { exit(""); } $um = new SakuraPanel\UserManager(); $ls = $um->getLimit($_SESSION['user']); $inbound = round($ls['inbound'] / 1024 * 8); $outbound = round($ls['outbound'] / 1024 * 8); $speed_limit = "{$inbound}Mbps 上行 / {$outbound}Mbps 下行"; $traffic = $rs['traffic'] - round($um->getTodayTraffic($_SESSION['user']) / 1024 / 1024); if($traffic < 0) { $traffic = 0; } ?>
注册邮箱 | |
注册时间 | |
剩余流量 | GB |
隧道数量 | 条 |
宽带速率 |