From a1fc2a9a103e0f426ac4e496200408a2deccaaf0 Mon Sep 17 00:00:00 2001 From: 3dB <3db@3decibels.net> Date: Fri, 24 Jul 2009 03:40:23 -0400 Subject: 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. --- data/global.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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', -- cgit v1.2.3