summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-16 00:21:04 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-16 00:21:04 +0000
commitfea8405ccb363440367fe5b63c8b1a6637d30f7a (patch)
treea6345cb71d580cca711d693a8534184420de0fcd /Echolot/Config.pm
parent89f9e60d9abae2c2239bcd0644bef96a667dea4c (diff)
Added 2 small comments
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 43de765..e0518a9 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,7 @@
package Echolot::Config;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Config.pm,v 1.26 2002/07/16 00:09:28 weasel Exp $
+# $Id: Config.pm,v 1.27 2002/07/16 00:21:04 weasel Exp $
#
=pod
@@ -118,6 +118,7 @@ sub init($) {
}
},
+ # ping types
do_pings => {
'cpunk-dsa' => 1,
'cpunk-rsa' => 1,
@@ -125,6 +126,7 @@ sub init($) {
'mix' => 1
},
+ # templates
templates => {
'thesaurusindexfile' => 'templates/thesaurusindex.html',
'mlist' => 'templates/mlist.html',