summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
author3dB <3db@3decibels.net>2009-07-28 21:00:58 -0400
committer3dB <3db@3decibels.net>2009-07-28 21:00:58 -0400
commit515ea4144ae671c2d6e1a6073295bf56cc208a23 (patch)
tree95efc22dc62c36479bbcb2a7dcbf610f1e1c7f5c /data
parent5e73fc02c767b818f4dde18774406f5ddf217093 (diff)
Removed Crypt::Lite dependency
-- Changed the way cookie data is handled and removed the need for Crypt::Lite -- Removed "cookie_key" configuration setting for Crypt::Lite
Diffstat (limited to 'data')
-rw-r--r--data/global.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/global.pl b/data/global.pl
index a1835d0a..c7dddcb5 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -20,8 +20,7 @@ our %S = (%S,
site_title => 'Yet another VNDB clone',
skin_default => 'angel',
cookie_domain => '.vndb.org',
- cookie_key => 'any-private-string-here',
- global_salt => 'another-private-string-here',
+ global_salt => 'any-private-string-here',
source_url => 'http://git.blicky.net/vndb.git/?h=master',
admin_email => 'contact@vndb.org',
sharedmem_key => 'VNDB',