16 Star 115 Fork 24

Hamm/Svg Badge Tool

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
badge.php 263 Bytes
Copy Edit Raw Blame History
Hamm authored 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');
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

Search