16 Star 106 Fork 22

Hamm / Svg Badge Tool

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
index.php 258 Bytes
Copy Edit Web IDE Raw Blame History
Hamm authored 2020-04-27 22:58 . 修改curl为直接请求API
<?php
if(empty($_GET['key']) || empty($_GET['value'])){
header('Location: https://gitee.com/hamm/svg_badge_tool');
return;
}
$key = $_GET['key'];
$value = $_GET['value'];
header("Location: https://svg.hamm.cn/badge.svg?key={$key}&value={$value}");
?>
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