1 Star 0 Fork 4

一方 / daloradius汉化版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
graphs-overall_upload.php.bak 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
物联星空科技有限公司 提交于 2017-12-25 17:07 . no commit message
<?php
include ("library/checklogin.php");
$operator = $_SESSION['operator_user'];
include('library/check_operator_perm.php');
//setting values for the order by and order type variables
isset($_REQUEST['orderBy']) ? $orderBy = $_REQUEST['orderBy'] : $orderBy = "username";
isset($_REQUEST['orderType']) ? $orderType = $_REQUEST['orderType'] : $orderType = "asc";
$username = $_REQUEST['username'];
$type = $_REQUEST['type'];
$size = $_REQUEST['size'];
//feed the sidebar variables
$overall_upload_username = $username;
include_once('library/config_read.php');
$log = "visited page: ";
$logQuery = "performed query for user [$username] 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')"><? echo $l['Intro']['graphsoverallupload.php']; ?>
<h144>+</h144></a></h2>
<div id="helpPage" style="display:none;visibility:visible" >
<?php echo $l['helpPage']['graphsoverallupload'] ?>
<br/>
</div>
<br/>
<div class="tabber">
<div class="tabbertab" title="Graph">
<br/>
<?php
echo "<center>";
echo "<img src=\"library/graphs-overall-users-upload.php?type=$type&user=$username&size=$size\" />";
echo "</center>";
?>
</div>
<div class="tabbertab" title="Statistics">
<br/>
<?php
include 'library/tables-overall-users-upload.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

搜索帮助

344bd9b3 5694891 D2dac590 5694891