diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-07 09:43:50 -0800 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-07 09:43:50 -0800 |
commit | 986a32223177a759b0ef071822d227011ee1b3c7 (patch) | |
tree | b9f601a991bdb6f73eafeabb40a72e2f739c5150 /README | |
parent | 16a6aa53907de29c6d993fd18e62d45e4380f451 (diff) |
Limit duplicate notices in a particular time period (default 60s)
We disallow posting a notice with duplicate content more than once a
minute.
Conflicts:
config.php.sample
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -879,6 +879,8 @@ notice: A plain string that will appear on every page. A good place to put introductory information about your service, or info about upgrades and outages, or other community info. Any HTML will be escaped. +dupelimit: Time in which it's not OK for the same person to post the + same notice; default = 60 seconds. db -- |