Update header.php

This commit is contained in:
FusionPBX 2024-04-13 14:42:32 -06:00 committed by GitHub
parent 92969d904c
commit d6bef277d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
ob_start();
//for translate tool (if available)
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/translate")) {
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/translate/translate_header.php")) {
require_once("app/translate/translate_header.php");
}