summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-10-26 21:10:00 +0100
committerYorhel <git@yorhel.nl>2008-10-26 21:10:00 +0100
commit26a1108388ce94f3d8a63e88518cc4ce0e93b9f2 (patch)
tree506b1d40f03de0cb9ddac94f1621a42c0a2926d5 /data/global.pl
parentbd88afd49f1e258fa2664079930f9e1607561ca1 (diff)
Converted the new layout into the new framework
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index f2c12909..f566f2b4 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -14,10 +14,13 @@ our %O = (
# VNDB-specific options (object_data)
our %S = (
- version => 'beta',
+ version => 'beta',
+ url => 'http://vndb.org',
+ url_static => 'http://s.vndb.org',
);
# allow the settings to be overwritten in config.pl
require $ROOT.'/data/config.pl' if -f $ROOT.'/data/config.pl';
+1;