Update b.php
added path barrucadu's suggestion, not sure why I didn't see it for like 3 days.
This commit is contained in:
parent
e53ac3503e
commit
9679f970cb
2
b.php
2
b.php
@ -12,7 +12,7 @@ $img_extension = pathinfo($name, PATHINFO_EXTENSION);
|
||||
header('Cache-Control: no-cache, no-store, must-revalidate'); // HTTP 1.1
|
||||
header('Pragma: no-cache'); // HTTP 1.0
|
||||
header('Expires: 0'); // Proxies
|
||||
header("Content-type: " . $img_extension);
|
||||
header("Content-type: image/" . $img_extension);
|
||||
header("Content-Disposition: inline; filename=" . $name);
|
||||
|
||||
// readfile displays the image, passthru seems to spits stream.
|
||||
|
Loading…
Reference in New Issue
Block a user