mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
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:
parent
62a663fb3d
commit
6cc7ba2e92
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* Class and Function List:
|
||||
* Function list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user