From 63bb67a1084be1cc3583208c7a872c904a34431e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 2 Aug 2012 01:32:59 +0200 Subject: [PATCH] Also include locale handling code --- base.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base.php b/base.php index 6cc85b4..5b86712 100644 --- a/base.php +++ b/base.php @@ -28,6 +28,8 @@ require("include.csrf.php"); require("class.templater.php"); require("class.localizer.php"); +require("include.locale.php"); + if(empty($not_html)) { header("Content-Type:text/html; charset=UTF-8");