1 Star 0 Fork 0

白菜酱 / SoftCupRankingSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
do_delteam.php 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
rexskz 提交于 2014-08-11 21:48 . 修正了页面包含的逻辑问题
<?php
if (!defined("IN_SCRS")) exit();
if (!isset($_GET['id'])) {
relocate("javascript:window.history.go(-1)");
die();
}
$result = $user->delete_team($_GET['id']);
if ($result != false) {
relocate("?action=manteam");
}
else {
echo "<div id='content'>";
echo "<h4>删除过程中发生了错误。</h4>";
echo "<input class='button' type='button' onclick='window.history.go(-1)' value='返回' />";
echo "</div>";
}
?>
PHP
1
https://gitee.com/xm1994/SoftCupRankingSystem.git
git@gitee.com:xm1994/SoftCupRankingSystem.git
xm1994
SoftCupRankingSystem
SoftCupRankingSystem
master

搜索帮助