- set version to 0.9.15 for upcoming release

This commit is contained in:
Michael Kaufmann (d00p)
2010-11-29 08:56:27 +00:00
parent cd79670438
commit 0c25611d26
5 changed files with 1099 additions and 1102 deletions

View File

@@ -27,7 +27,7 @@ return array(
'settinggroup' => 'system',
'varname' => 'webserver',
'type' => 'option',
'default' => 'Apache2',
'default' => 'apache2',
'option_mode' => 'one',
'option_options' => array('apache2' => 'Apache 2', 'lighttpd' => 'ligHTTPd', 'nginx' => 'Nginx'),
'save_method' => 'storeSettingField',