From 516cc6e4b411d5939b8f67497aa7fe8f27eb4edc Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Sun, 30 Jun 2013 17:11:02 +0200 Subject: [PATCH] =?UTF-8?q?forc=C3=A9ment,=20si=20la=20base=20n'est=20pas?= =?UTF-8?q?=20return=C3=A9e..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 + 1 file changed, 1 insertion(+) 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');