Provide setting and log rotation for special logfiles after creating domains, fixes #1010
This commit is contained in:
@@ -142,8 +142,11 @@ return array(
|
||||
),
|
||||
'speciallogfile' => array(
|
||||
'label' => 'Speciallogfile',
|
||||
'type' => 'label',
|
||||
'value' => $speciallogfile
|
||||
'type' => 'checkbox',
|
||||
'values' => array(
|
||||
array ('label' => $lng['panel']['yes'], 'value' => '1')
|
||||
),
|
||||
'value' => array($result['speciallogfile'])
|
||||
),
|
||||
'specialsettings' => array(
|
||||
'visible' => ($userinfo['change_serversettings'] == '1' ? true : false),
|
||||
|
||||
Reference in New Issue
Block a user