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
|
@ -265,4 +265,4 @@ class OPDSRenderer
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -50,6 +50,9 @@ function notFound () {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
|
||||
ob_end_clean();
|
||||
|
||||
switch ($type)
|
||||
{
|
||||
|
|
|
@ -64,4 +64,4 @@ order by languages.lang_code');
|
|||
return $entryArray;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
Loading…
Reference in a new issue