Fixed headers already send (editor trash in code)

In geshi_languages.php editor saved trash by choosing UTF-8 coding.
Should use UTF-8 without BOM instead. With this issue all image related
headers were not seen (captcha, qr codes).
This commit is contained in:
PJanisio 2014-11-12 20:08:33 +01:00
parent 62a663fb3d
commit 6cc7ba2e92
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ FileETag MTime Size
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresByType application/font-woff "access plus 1 year"
ExpiresByType application/font-woff "access plus 1 year"
ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType font/opentype "access plus 1 year"

View File

@ -1,4 +1,4 @@
<?php
<?php
/**
* Class and Function List:
* Function list: