1 Star 0 Fork 21

一世两生/php_study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
thumb.php 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2020-12-24 11:31 . TestGuest7.5/*
<?php
/**
* TestGuest Version1.0
* ================================================
* Copy 2019-2021 ljcollege
* Web: http://www.ljcollege.com
* ================================================
* Author: Luo
* Date: 2020-10-5
*/
//定义个常量,用来授权调用includes里面的文件
define('IN_TG',true);
//定义个常量,用来指定本页的内容
define('SCRIPT','thumb');
//引入公共文件
require dirname(__FILE__).'/includes/common.inc.php';
//缩略图
if (isset($_GET['filename']) && isset($_GET['percent'])) {
_thumb($_GET['filename'],$_GET['percent']);
}
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/HanMiMi/php_study.git
git@gitee.com:HanMiMi/php_study.git
HanMiMi
php_study
php_study
master

搜索帮助