16 Star 115 Fork 24

Hamm / Svg Badge Tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
badge.php 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hamm 提交于 2020-04-11 11:52 . update
<?php
require_once('common.php');
if(empty($_GET['key']) || empty($_GET['value'])){
header('Location: https://gitee.com/hamm/svg_badge_tool');
die;
}
$key = trim($_GET['key'] ?? 'Key');
$value = trim($_GET['value'] ?? 'Value');
require_once('svg.php');
?>
PHP
1
https://gitee.com/hamm/svg_badge_tool.git
git@gitee.com:hamm/svg_badge_tool.git
hamm
svg_badge_tool
Svg Badge Tool
master

搜索帮助