diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-31 11:15:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-31 11:15:25 +0000 |
commit | 03e5164703e24220f026b23e22cd80eb797d98b1 (patch) | |
tree | 5f309e95b17cd76c6036c2d08722a6b0f9e5af91 | |
parent | 2ac7aa425ba6ddfa2e3d2dc228f9b61c0dcfd0b9 (diff) | |
download | brdo-03e5164703e24220f026b23e22cd80eb797d98b1.tar.gz brdo-03e5164703e24220f026b23e22cd80eb797d98b1.tar.bz2 |
- fixed typo in hostname.conf
-rw-r--r-- | includes/hostname.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/hostname.conf b/includes/hostname.conf index 3d55ddcd3..7decbdb7d 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -70,7 +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 - "node" => "300") // 300 seconds = 5 minutes + "node" => "300"); // 300 seconds = 5 minutes # # Submission size: |