mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-07 17:33:03 +02:00
Remove deprecated configuration option
The option had a typo. I hope people have changed their configuration.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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};
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user