Fix the utf8 characters that were showing on the main fax server page.

This commit is contained in:
Mark Crane
2012-10-09 00:15:35 +00:00
parent d2590a08ad
commit 7275295b2e

View File

@@ -37,7 +37,9 @@ require_once "includes/header.php";
require_once "includes/paging.php";
//add multi-lingual support
echo "<!--\n";
require_once "app_languages.php";
echo "-->\n";
foreach($content_fax as $key => $value) {
$content_fax[$key] = $value[$_SESSION['domain']['language']['code']];
}