cleanup common.sh

typo in wifi-qr-code.php corrected
This commit is contained in:
Christian Zeitnitz
2021-03-16 22:31:00 +01:00
parent fd487a9824
commit 159e3674e5
2 changed files with 2 additions and 20 deletions

View File

@@ -44,7 +44,8 @@ $content_length = strlen($svg);
header("Content-Type: image/svg+xml");
header("Content-Length: $content_length");
header("Last-Modified: $last_modified");
header("Content-Disposition: attachment; filename=\"qr.svg\"");
header("ETag: \"$etag\"");
header("X-QR-Code-Content: $data");
echo $svg
echo $svg;