diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-28 07:03:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-28 07:03:47 +0000 |
commit | 3f2b0e0b3f0322dac929bb997a331cb7c021f295 (patch) | |
tree | 01940cabb5f1b50c16822e8585092ab9cee543ce /includes/hostname.conf | |
parent | 6bb49b4bb8d7c73e1cce62e27375559b9837b898 (diff) | |
download | brdo-3f2b0e0b3f0322dac929bb997a331cb7c021f295.tar.gz brdo-3f2b0e0b3f0322dac929bb997a331cb7c021f295.tar.bz2 |
Flushing my backlog (in case Natrak wants to make more changes):
- tidied up some of the code
- fixed a small problems
Diffstat (limited to 'includes/hostname.conf')
-rw-r--r-- | includes/hostname.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/hostname.conf b/includes/hostname.conf index dff4d0732..3d55ddcd3 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -70,8 +70,7 @@ $moderation_votes = array("neutral (+0)" => "+ 0", # Example: '"comment" => 60' means that there is only one new comment allowed from the same IP-address every 60 seconds. # $submission_rate = array("comment" => "60", // 60 seconds = 1 minute - "diary" => "300", // 300 seconds = 5 minutes - "story" => "300"); // 300 seconds = 5 minutes + "node" => "300") // 300 seconds = 5 minutes # # Submission size: |