Skip to content

Commit

Permalink
Normalized Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Aug 31, 2021
1 parent 2190c4d commit 795610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webp.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function main()

if (strpos($_SERVER['HTTP_ACCEPT'], 'image/webp') === false || filesize($source) > $maxSize) {
ServeConvertedWebP::serveOriginal($source);
die;
die();
}

WebPConvert::serveConverted($source, $destination, [
Expand Down

0 comments on commit 795610e

Please sign in to comment.