]> git.sur5r.net Git - contagged/blobdiff - login.php
UTF-8 in interface
[contagged] / login.php
index f7ad08ec1d02c16886ba4aa109bfe49b7123a866..a2d0a124f9c5676166531acf0a111371cb42f247 100644 (file)
--- a/login.php
+++ b/login.php
@@ -20,6 +20,7 @@
   tpl_std();
   $smarty->assign('msg',$msg);
   //display templates
+  header('Content-Type: text/html; charset=utf-8');
   $smarty->display('header.tpl');
   $smarty->display('login.tpl');
   $smarty->display('footer.tpl');