summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-29 13:42:58 +0100
committerYorhel <git@yorhel.nl>2008-12-29 13:42:58 +0100
commit3c1b01ec2ba0328f74aa7269bae8015cf1faf531 (patch)
tree32be3bc4696399abf14e09f1f8f78f38f92509dc /data/global.pl
parent1ef9db32e893669cc5da7b69b371ef051008b989 (diff)
parentf000aaf69e345bae4fc5581e5028463c85cfdafb (diff)
Merge branch 'beta'2.1
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index bb4bfe4a..2c8a7a56 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -13,11 +13,12 @@ our %O = (
# VNDB-specific options (object_data)
-our %S = (
+our %S = (%S,
version => `cd $VNDB::ROOT; git describe` =~ /^(.+)$/ && $1,
url => 'http://vndb.org',
url_static => 'http://s.vndb.org',
site_title => 'Yet another VNDB clone',
+ skin_default => 'test',
cookie_domain => '.vndb.org',
cookie_key => 'any-private-string-here',
sharedmem_key => 'VNDB',
@@ -203,6 +204,7 @@ our %S = (
'low',
'blacklist',
],
+ # note: keep these synchronised in script.js
vn_rstat => [
'Unknown',
'Pending',