[feladat @ 307]
Minor bug fix: bg.shiny@gmail.com reported that cyrillic characters where not supported. Applied the patch which was supplied.
This closes #93.
--- a/inc/header.inc.php Fri Sep 12 08:39:57 2008 +0000
+++ b/inc/header.inc.php Fri Sep 26 10:02:33 2008 +0000
@@ -26,6 +26,7 @@
echo " <head>\n";
echo " <title>Poweradmin</title>\n";
echo " <link rel=stylesheet href=\"style/" . $iface_style . ".inc.php\" type=\"text/css\">\n";
+echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";
echo " </head>\n";
echo " <body>\n";