File: image-mimetype.php

package info (click to toggle)
php-arthurhoaro-web-thumbnailer 2.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 896 kB
  • sloc: php: 3,365; makefile: 19; sh: 9
file content (5 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<?php

header('Content-Type: image/png');

echo 'content';