X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=login.php;h=a2d0a124f9c5676166531acf0a111371cb42f247;hb=3dcc26f728beaeee605bad5e641759c74d83732e;hp=f7ad08ec1d02c16886ba4aa109bfe49b7123a866;hpb=77d53c7d27865772028df4c45ee81b38ac13f0e7;p=contagged diff --git a/login.php b/login.php index f7ad08e..a2d0a12 100644 --- 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');