Remove all new lines after the end of PHP files. Fix a bug causing corrupt images with Wheezy. fix #81
這個提交存在於:
父節點
a1d350297d
當前提交
f5b9492e06
共有 6 個檔案被更改,包括 8 行新增 和 5 行删除
|
|
@ -51,6 +51,9 @@ function notFound () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
|
||||||
|
ob_end_clean();
|
||||||
|
|
||||||
switch ($type)
|
switch ($type)
|
||||||
{
|
{
|
||||||
case "jpg":
|
case "jpg":
|
||||||
|
|
|
||||||
載入中…
新增表格
Add a link
新增問題並參考