diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-09-27 20:51:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-09-27 20:51:26 +0000 |
commit | 4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68 (patch) | |
tree | c3611570a31af3bce1042d62affa6a38c8678292 /includes/conf.php | |
parent | 6cde632962a461d2dc2acef0917b592823e123f8 (diff) | |
download | brdo-4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68.tar.gz brdo-4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68.tar.bz2 |
- a batch of updates, including some experimental changes to the moderation
of comments and nodes.
Diffstat (limited to 'includes/conf.php')
-rw-r--r-- | includes/conf.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/includes/conf.php b/includes/conf.php index bd13a9539..fe04ad2a3 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -9,22 +9,6 @@ $db_pass = "drop"; // password $db_name = "database"; // database # -# Comment votes: -# The keys of this associative array are displayed in each comment's -# selection box whereas the corresponding values represent the -# mathematical calculation to be performed to update a comment's -# value. -# -$comment_votes = array("none" => "none", - "-1" => "- 1", - "0" => "+ 0", - "+1" => "+ 1", - "+2" => "+ 2", - "+3" => "+ 3", - "+4" => "+ 4", - "+5" => "+ 5"); - -# # Themes: # $themes = array("UnConeD" => array( |