Remove deprecated configuration option

The option had a typo. I hope people have changed their configuration.
This commit is contained in:
Luc Didry
2014-12-29 17:41:45 +01:00
parent db50470ef8
commit 2e5a3c9c0b
3 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
Revision history for Lutim
0.7 2015-08-02
0.7 ?
- Use .po files for internationalization
- Add spanish translation (thx to Laura Arjona Reina)
- Remove deprecated (due to typo) option "provisionning".
0.6 2014-10-03
- Add OpenGraph tags in social page (ex-twitter page)
-3
View File
@@ -33,9 +33,6 @@ sub startup {
}
});
# Default values
$config->{provisioning} = $config->{provisionning} if (defined($config->{provisionning}));
die "You need to provide a contact information in lutim.conf !" unless (defined($config->{contact}));
$ENV{MOJO_MAX_MESSAGE_SIZE} = $config->{max_file_size};
-3
View File
@@ -36,9 +36,6 @@
#provis_step => 5,
# max number of URLs to be provisioned
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
# in the first version, this option was provisionning with two 'n'. While the option with the typo is still valid, it is deprecated.
# in the next version (0.4), only provisioning with ine 'n' will be accepted
# optional, default is 100
#provisioning => 100,