1 Star 0 Fork 4

一方/daloradius汉化版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
graphs-alltime_logins.php 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
物联星空科技有限公司 提交于 2017-12-25 17:06 . no commit message
<?php
include ("library/checklogin.php");
$operator = $_SESSION['operator_user'];
include('library/check_operator_perm.php');
//通过和订单类型变量的顺序设置值
isset($_REQUEST['orderBy']) ? $orderBy = $_REQUEST['orderBy'] : $orderBy = "numberoflogins";
isset($_REQUEST['orderType']) ? $orderType = $_REQUEST['orderType'] : $orderType = "asc";
isset($_REQUEST['type']) ? $type = $_REQUEST['type'] : $type = "daily";
include_once('library/config_read.php');
$log = "visited page: ";
$logQuery = "performed query of type [$type] on page: ";
?>
<?php
include ("menu-graphs.php");
?>
<?php
include_once ("library/tabber/tab-layout.php");
?>
<div id="contentnorightbar">
<h2 id="Intro"><a href="#" onclick="javascript:toggleShowDiv('helpPage')"><?php echo $l['Intro']['graphsalltimelogins.php']; ?>
<h144>+</h144></a></h2>
<div id="helpPage" style="display:none;visibility:visible" >
<?php echo $l['helpPage']['graphsalltimelogins'] ?>
<br/>
</div>
<br/>
<div class="tabber">
<div class="tabbertab" title="Graph">
<br/>
<?php
echo "<center>";
echo "<img src=\"library/graphs-alltime-users-login.php?type=$type\" />";
echo "</center>";
?>
</div>
<div class="tabbertab" title="Statistics">
<br/>
<?php
include 'library/tables-alltime-users-login.php';
?>
</div>
</div>
<?php
include('include/config/logging.php');
?>
</div>
<div id="footer">
<?php
include 'page-footer.php';
?>
</div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fanshown/daloradiusHanHuaBan.git
git@gitee.com:fanshown/daloradiusHanHuaBan.git
fanshown
daloradiusHanHuaBan
daloradius汉化版
master

搜索帮助