Fix the utf8 characters that were showing on the main fax server page.
This commit is contained in:
parent
d2590a08ad
commit
7275295b2e
|
|
@ -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']];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue