add new setting to set default value of domain-edit-setting 'Apply specialsettings to all subdomains' and 'Apply php-config to all subdomains'
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -159,7 +159,7 @@ return array(
|
||||
)
|
||||
),
|
||||
'value' => array(
|
||||
'1'
|
||||
\Froxlor\Settings::Get('system.apply_specialsettings_default') == 1 ? '1' : ''
|
||||
)
|
||||
),
|
||||
'notryfiles' => array(
|
||||
@@ -453,7 +453,7 @@ return array(
|
||||
)
|
||||
),
|
||||
'value' => array(
|
||||
'1'
|
||||
\Froxlor\Settings::Get('system.apply_phpconfigs_default') == 1 ? '1' : ''
|
||||
)
|
||||
),
|
||||
'mod_fcgid_starter' => array(
|
||||
|
||||
Reference in New Issue
Block a user