diff --git a/index.php b/index.php index 0de1754..19eea78 100755 --- a/index.php +++ b/index.php @@ -235,6 +235,7 @@ if (isset($_GET['check'])) function svg_status($fill, $stroke, $text) { $svg = ''.$text.''; + return $svg; } $svg_vert=svg_status('#00ff00', '#008000', 'OK');