标题: 问段代码
作者: 红 @Ta
时间: 2016-04-15发布,2016-04-15修改
<?php
session_start();
header('Content-Type:text/html;charset=Ggb2312');
include("./config.php");
$arr=$db->get_user_shell($uid,$shell); // 用户登陆判断
$gid=$_GET[id];
if(empty($gid)){
echo "<script>alert('对不起,不允许此操作!');window.parent.location='index.php';</script>";
exit();
}
$query=$db->query("select * from vpnuser where id='$gid'");
while($rows=$db->fetch_array($query)){
$row_arr=$rows;
}
include("header.php");
?>
不缺啥不
[隐藏样式|查看源码]