From 048664f2786fce9bd049f39eea39a2a7fe2868f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 5 Apr 2001 20:33:36 +0000 Subject: - a bunch of various updates --- includes/hostname.conf | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'includes/hostname.conf') diff --git a/includes/hostname.conf b/includes/hostname.conf index 7decbdb7d..871110493 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -56,26 +56,4 @@ $themes = array("UnConeD" => array( #$language = array(); // = language support disabled $languages = array("en" => "English"); -# -# Submission moderation votes: -# The keys of this associative array are displayed in each submission's selection box whereas the corresponding values represent the mathematical calculation to be performed to update a comment's value. -# Warning: changing $moderation_votes will affect the integrity of all pending stories in the open submission queue. Do not change this setting unless there are no pending stories in the submission queue or unless you know what you are doing. -$moderation_votes = array("neutral (+0)" => "+ 0", - "post it (+1)" => "+ 1", - "dump it (-1)" => "- 1"); - -# -# Submission rate: -# Defines the submission rate for the different types of content submission. It is supposed to stop malicious attempts to screw with the database and to stop denial of service attacks. -# 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 - -# -# Submission size: -# The maximum length (i.e. the maximum number of characters) a story, a diary entry, or a comment is allowed to be. -# -$submission_size = 12000; // 12.000 characters is appr. 300 lines - ?> -- cgit v1.2.3