Cleanly fix the problems with line feed
This commit is contained in:
parent
2a5d405a91
commit
3ca1d1d3df
18 changed files with 6 additions and 30 deletions
|
@ -50,9 +50,6 @@ function notFound () {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
|
||||
ob_end_clean();
|
||||
|
||||
switch ($type)
|
||||
{
|
||||
|
@ -141,4 +138,3 @@ function notFound () {
|
|||
else {
|
||||
header ($config['cops_x_accel_redirect'] . ": " . $dir . $file);
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue