Remove all new lines after the end of PHP files. Fix a bug causing corrupt images with Wheezy. fix #81
This commit is contained in:
parent
a1d350297d
commit
f5b9492e06
6 changed files with 8 additions and 5 deletions
|
@ -50,6 +50,9 @@ function notFound () {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
|
||||
ob_end_clean();
|
||||
|
||||
switch ($type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue