add possibility to show subdomains fully in php-settings listing; UI adjustments
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -726,6 +726,7 @@ opcache.validate_timestamps'),
|
||||
('panel', 'allow_preset_admin', '0'),
|
||||
('panel', 'password_regex', ''),
|
||||
('panel', 'phpconfigs_hidestdsubdomain', '0'),
|
||||
('panel', 'phpconfigs_hidesubdomains', '1'),
|
||||
('panel', 'allow_theme_change_admin', '1'),
|
||||
('panel', 'allow_theme_change_customer', '1'),
|
||||
('panel', 'password_alpha_lower', '1'),
|
||||
|
||||
@@ -140,6 +140,7 @@ if (Froxlor::isFroxlorVersion('0.10.99')) {
|
||||
Settings::AddNew("system.update_channel", 'stable');
|
||||
Settings::AddNew("system.updatecheck_data", '');
|
||||
Settings::AddNew("system.update_notify_last", $update_to);
|
||||
Settings::AddNew("panel.phpconfigs_hidesubdomains", '1');
|
||||
Update::lastStepStatus(0);
|
||||
|
||||
Update::showUpdateStep("Adjusting existing settings");
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
use Froxlor\Froxlor;
|
||||
use Froxlor\FileDir;
|
||||
use Froxlor\FroxlorLogger;
|
||||
use Froxlor\Settings;
|
||||
use Froxlor\UI\Response;
|
||||
use Froxlor\Database\IntegrityCheck;
|
||||
use Froxlor\Install\Update;
|
||||
|
||||
Reference in New Issue
Block a user