- possibility to specify perl path (only necessary on lighttpd)

This commit is contained in:
Michael Kaufmann (d00p)
2010-07-22 06:56:17 +00:00
parent 9191bc6c08
commit eaf70765d5
8 changed files with 45 additions and 5 deletions

View File

@@ -185,7 +185,15 @@ return array(
'option_mode' => 'one',
'option_options_method' => 'getRedirectCodes',
'save_method' => 'storeSettingField',
),
),
'perl_path' => array(
'label' => $lng['serversettings']['perl_path'],
'settinggroup' => 'system',
'varname' => 'perl_path',
'type' => 'string',
'default' => '/usr/bin/perl',
'save_method' => 'storeSettingField',
),
),
),
'ssl' => array(