mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the install.php
- Updated to work with latest changes - Updated a few setting defaults
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
$widget_label = $text['label-'.$widget_key] ?? $widget_name;
|
||||
|
||||
//used for missed and recent calls
|
||||
$theme_image_path = $_SERVER["DOCUMENT_ROOT"]."/themes/".$settings->get('domain', 'template')."/images/";
|
||||
$theme_image_path = $_SERVER["DOCUMENT_ROOT"]."/themes/".$settings->get('domain', 'template', 'default')."/images/";
|
||||
|
||||
//voicemail
|
||||
echo "<div class='hud_box'>\n";
|
||||
|
||||
Reference in New Issue
Block a user