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