Remove all new lines after the end of PHP files. Fix a bug causing corrupt images with Wheezy. fix #81
Este commit está contenido en:
padre
a1d350297d
commit
f5b9492e06
Se han modificado 6 ficheros con 8 adiciones y 5 borrados
|
|
@ -51,6 +51,9 @@ function notFound () {
|
|||
}
|
||||
}
|
||||
|
||||
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
|
||||
ob_end_clean();
|
||||
|
||||
switch ($type)
|
||||
{
|
||||
case "jpg":
|
||||
|
|
|
|||
Cargando…
Añadir tabla
Añadir enlace
Referenciar en una nueva incidencia