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
badge.php 263 Bytes
Copy Edit Web IDE 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');
?>
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