# HG changeset patch # User Emmanuel Gil Peyrot # Date 1529263767 -7200 # Node ID dd6313ddd3e0c8e65af7f818d404d309b336b0e8 # Parent 1a1affd22f7415858cf50bb2d78629943fee61f8 mod_lastlog: Split Values into Type/Default. (documentation) diff -r 1a1affd22f74 -r dd6313ddd3e0 mod_lastlog/README.markdown --- a/mod_lastlog/README.markdown Thu Jun 14 09:13:30 2018 +0000 +++ b/mod_lastlog/README.markdown Sun Jun 17 21:29:27 2018 +0200 @@ -27,10 +27,10 @@ There are some options you can add to your config file: - Name Values Description - ------------------------- ------------ ------------------------------------ - lastlog\_ip\_address true/false Log the IP address of the user? - lastlog\_stamp\_offline true/false Add timestamp to offline presence? + Name Type Default Description + ------------------------- ------- ------- ------------------------------------ + lastlog\_ip\_address boolean false Log the IP address of the user? + lastlog\_stamp\_offline boolean false Add timestamp to offline presence? Usage =====