From 6cc7ba2e92ca319de9be28a18c2ca384249a8e96 Mon Sep 17 00:00:00 2001
From: PJanisio
Date: Wed, 12 Nov 2014 20:08:33 +0100
Subject: [PATCH] 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).
---
htdocs/.htaccess | 2 +-
htdocs/application/config/geshi_languages.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index aede5cb..95c618d 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -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"
diff --git a/htdocs/application/config/geshi_languages.php b/htdocs/application/config/geshi_languages.php
index bddeca7..b379e3d 100644
--- a/htdocs/application/config/geshi_languages.php
+++ b/htdocs/application/config/geshi_languages.php
@@ -1,4 +1,4 @@
-