summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--checkconfig.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/checkconfig.php b/checkconfig.php
index a9770e9..cf86e47 100644
--- a/checkconfig.php
+++ b/checkconfig.php
@@ -5,15 +5,13 @@
* COPS (Calibre OPDS PHP Server) Configuration check
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author Sébastien Lucas <sebastien@slucas.fr>
+ * @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
require_once ("config.php");
require_once ("base.php");
- header ("Content-Type:text/html; charset=UTF-8");
-
$err = getURLParam ("err", -1);
$full = getURLParam ("full");
$error = NULL;