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:
@@ -43,7 +43,7 @@
|
||||
else {
|
||||
//use custom index, if present, otherwise use custom login, if present, otherwise use default login
|
||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/themes/".($settings->get('domain', 'template') ?? '')."/index.php")) {
|
||||
require_once "themes/".$settings->get('domain', 'template')."/index.php";
|
||||
require_once "themes/".$settings->get('domain', 'template', 'default')."/index.php";
|
||||
}
|
||||
else {
|
||||
//login prompt
|
||||
|
||||
Reference in New Issue
Block a user