summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-03-14 18:12:08 +0100
committerYorhel <git@yorhel.nl>2010-03-14 18:12:08 +0100
commitf89cabfa014116813b4302401823ccf87183adf9 (patch)
treefaef0fc9f71dd1a75fcc17c872fe67a8e8d3e52a /data/global.pl
parent8955d8facb7474b1f13072ad6175621b8009d548 (diff)
Made name of the auth cookie configurable
Now it's finally possible to run multiple VNDB's with different databases on the same domain without constantly getting logged out.
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 0d58e9b4..865a4432 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -19,6 +19,7 @@ our %S = (%S,
url_static => 'http://s.vndb.org',
skin_default => 'angel',
cookie_domain => '.vndb.org',
+ cookie_auth => 'vndb_auth',
global_salt => 'any-private-string-here',
source_url => 'http://git.blicky.net/vndb.git/?h=master',
admin_email => 'contact@vndb.org',