1 Star 0 Fork 13

哎呦,我去/fcode

forked from 封尘/fcode 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
up.php 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
封尘 提交于 2018-03-31 19:14 +08:00 . v1.2版本
<?php
/*
* 用来更新锁屏密码
* author:lovefc
*/
$pwd = isset($_POST['pwd']) ? $_POST['pwd']:null;//获取传过来的密码
if(!empty($pwd)){
/* 这里随便你怎么做,可以写入数据,存进文件里面*/
die('ok');
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Empty/fcode.git
git@gitee.com:Empty/fcode.git
Empty
fcode
fcode
master

搜索帮助