summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-04 14:09:26 +0100
committerYorhel <git@yorhel.nl>2008-12-04 14:09:26 +0100
commit49feab473aa6aed320cabe9c291c7e33850aa465 (patch)
tree2b9a54704adada0e52e6279d82593b720914bb45 /data/global.pl
parentd329d0f4466687105f8b1ff85b48c5b667335eab (diff)
Customizable website title, and a debug flag indicator (red title)
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 3b582f7f..6811878d 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -17,6 +17,7 @@ our %S = (
version => 'beta',
url => 'http://vndb.org',
url_static => 'http://s.vndb.org',
+ site_title => 'Yet another VNDB clone',
cookie_domain => '.vndb.org',
cookie_key => 'any-private-string-here',
sharedmem_key => 'VNDB',