1 Star 0 Fork 0

ica / bbs_0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jump.php 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
Moe-boshi 提交于 2018-06-29 17:09 . 180629
<?php
/**
* Created by PhpStorm.
* User: clkj1
* Date: 2018/6/28
* Time: 16:35
*/
if (isset($_GET['jback'])){
$jback = base64_decode($_GET['jback']);
header("Location:".$jback);
}else{
echo '<script>alert("非法访问"); history.go(-1);</script>';
}
PHP
1
https://gitee.com/ica520/bbs_0.git
git@gitee.com:ica520/bbs_0.git
ica520
bbs_0
bbs_0
master

搜索帮助