mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add the text class to more of the applications.
This commit is contained in:
@@ -36,11 +36,10 @@ else {
|
||||
exit;
|
||||
}
|
||||
//require_once "edit/header.php";
|
||||
|
||||
//add multi-lingual support
|
||||
require_once "app_languages.php";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
|
||||
|
||||
echo "<html>";
|
||||
|
||||
Reference in New Issue
Block a user