mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fax Server: Move default FusionPBX cover page logo graphic to resources folder.
This commit is contained in:
@@ -293,7 +293,7 @@ if (!$included) {
|
||||
//logo
|
||||
$display_logo = false;
|
||||
if (!isset($_SESSION['fax']['cover_logo']['text'])) {
|
||||
$logo = PROJECT_PATH."/app/fax/logo.jpg";
|
||||
$logo = PROJECT_PATH."/app/fax/resources/images/logo.jpg";
|
||||
$display_logo = true;
|
||||
}
|
||||
else if (isset($_SESSION['fax']['cover_logo']['text']) && $_SESSION['fax']['cover_logo']['text'] != '') {
|
||||
|
||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user