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
|
@ -265,4 +265,4 @@ class OPDSRenderer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
2
base.php
2
base.php
|
@ -864,4 +864,4 @@ abstract class Base
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
2
book.php
2
book.php
|
@ -562,4 +562,4 @@ order by substr (upper (sort), 1, 1)");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
2
feed.php
2
feed.php
|
@ -36,4 +36,4 @@
|
||||||
return;
|
return;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
|
@ -50,6 +50,9 @@ function notFound () {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
|
||||||
|
ob_end_clean();
|
||||||
|
|
||||||
switch ($type)
|
switch ($type)
|
||||||
{
|
{
|
||||||
|
|
|
@ -64,4 +64,4 @@ order by languages.lang_code');
|
||||||
return $entryArray;
|
return $entryArray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue