Provide setting and log rotation for special logfiles after creating domains, fixes #1010

This commit is contained in:
Arnold Bechtoldt
2012-03-08 15:11:25 +01:00
parent 8f9a323e0b
commit 454b48f9a8
10 changed files with 1083 additions and 16 deletions

View File

@@ -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),