2 Commit-ok e34deb0815 ... 62b2df740e

Szerző SHA1 Üzenet Dátum
  Tom McKenzie 62b2df740e content-type 2 éve
  Tom McKenzie e34deb0815 content-type 2 éve
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      metrics.pl

+ 1 - 1
metrics.pl

@@ -41,7 +41,7 @@ while (my $c = $d->accept) {
 }
 
 sub generate_response {
-    my $response = "Content-Type: text/plain\n\n";
+    my $response = "";
 
     my $json_data = `$vnstat_cmd --json s 1`;