mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Translate: Necessary resource mods.
This commit is contained in:
@@ -79,4 +79,9 @@
|
||||
require "resources/pdo.php";
|
||||
require_once "resources/functions.php";
|
||||
require_once "resources/switch.php";
|
||||
|
||||
//change language on the fly - for translate tool (if available)
|
||||
if ($_REQUEST['view_lang_code'] != '') {
|
||||
$_SESSION['domain']['language']['code'] = $_REQUEST['view_lang_code'];
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user