Update the install.php

- Updated to work with latest changes
- Updated a few setting defaults
This commit is contained in:
Mark J Crane
2025-10-19 20:51:41 -06:00
parent 6397baad34
commit 2d6fbf5741
14 changed files with 56 additions and 80 deletions

View File

@@ -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';