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:
@@ -42,7 +42,7 @@
|
||||
$text = $language->get();
|
||||
|
||||
//include theme config for button images
|
||||
include_once("themes/".$settings->get('domain', 'template')."/config.php");
|
||||
include_once("themes/".$settings->get('domain', 'template', 'default')."/config.php");
|
||||
|
||||
//show the list
|
||||
$switch_cmd = 'fifo list';
|
||||
|
||||
Reference in New Issue
Block a user