add new settings_mode setting to switch between basic and advanced view

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-08 15:53:20 +02:00
parent 01c6096998
commit 578b2811a5
12 changed files with 105 additions and 9 deletions

View File

@@ -17,8 +17,8 @@
use Froxlor\Database\Database;
use Froxlor\Settings;
use PHPMailer\PHPMailer;
use Froxlor\UI\Panel\UI;
use PHPMailer\PHPMailer\PHPMailer;
/**
* checks if the new-version has some updating to do
@@ -32,7 +32,7 @@ use Froxlor\UI\Panel\UI;
*
* @return void
*/
function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version, $current_db_version)
function parseAndOutputPreconfig09(&$has_preconfig, &$return, $current_version, $current_db_version)
{
global $lng;