mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Translate: Necessary resource mods.
This commit is contained in:
@@ -130,4 +130,8 @@ require_once "resources/require.php";
|
||||
//start the output buffer
|
||||
ob_start();
|
||||
|
||||
//for translate tool (if available)
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/translate")) {
|
||||
require_once("app/translate/translate_header.php");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user