1 Star 0 Fork 32

乐哥在线 / tvpanel

forked from love / tvpanel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vpn.php 166 Bytes
一键复制 编辑 原始数据 按行查看 历史
luo2888 提交于 2020-02-22 20:31 . fix permission
<?php
include_once "config.php";
$id=$_GET['id'];
mysqli_query($GLOBALS['conn'],"UPDATE chzb_users set vpn=vpn+1 where name=$id");
mysqli_close($GLOBALS['conn']);
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inChoong/tvpanel.git
git@gitee.com:inChoong/tvpanel.git
inChoong
tvpanel
tvpanel
master

搜索帮助