1
0

2 Ревизии e34deb0815 ... 62b2df740e

Автор SHA1 Съобщение Дата
  Tom McKenzie 62b2df740e content-type преди 2 години
  Tom McKenzie e34deb0815 content-type преди 2 години
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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`;