summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
author3dB <3db@3decibels.net>2009-07-24 03:40:23 -0400
committer3dB <3db@3decibels.net>2009-07-24 03:40:23 -0400
commita1fc2a9a103e0f426ac4e496200408a2deccaaf0 (patch)
treed19e8f0e867341cfe53dd1f6891689a66ad6c8a2 /data
parent54e93c0f6b1ef23516d7c7ba88efaa601e7318cc (diff)
Checkin of auth rewrite progress.
Added a new DB library for handling sessions. New update SQL file for database changes. Added a line to the global config file to set a global salt. It is separate from the cookie_key because it is much more important that it not be changed.
Diffstat (limited to 'data')
-rw-r--r--data/global.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 7f3ab7a2..a1835d0a 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -21,6 +21,7 @@ our %S = (%S,
skin_default => 'angel',
cookie_domain => '.vndb.org',
cookie_key => 'any-private-string-here',
+ global_salt => 'another-private-string-here',
source_url => 'http://git.blicky.net/vndb.git/?h=master',
admin_email => 'contact@vndb.org',
sharedmem_key => 'VNDB',