aboutsummaryrefslogtreecommitdiff
path: root/data/settings.pl
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2021-09-09 14:02:36 +0200
committerDarkelarious <darkelarious@333networks.com>2021-09-09 14:02:36 +0200
commitabf0ef36b57c72b17d414673ecaadd74cf408134 (patch)
tree9f56739bf25d209a7a795b28fe39ace05647b7ed /data/settings.pl
parent91729ec8ac5a8098cef2aa1c006aba88f6ef7eb3 (diff)
downloadWebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.tar.gz
WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.zip
style fix, readable gametypes
Diffstat (limited to 'data/settings.pl')
-rwxr-xr-xdata/settings.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/data/settings.pl b/data/settings.pl
index 20f1db5..fff087d 100755
--- a/data/settings.pl
+++ b/data/settings.pl
@@ -2,16 +2,20 @@ package MasterWebInterface;
our %S = (%S, # retain options from parent script
- # site info
+ # site (for sharing options)
site_url => "http://master.333networks.com",
site_name => "333networks",
email => 'master@333networks.com',
+
# database connection
db_login => ["dbi:SQLite:dbname=/path/to/your/data/masterserver.db",'',''],
# display
- style => "default",
+ style => "333networks",
+
+ # display the style selection/test box
+ style_box => 0,
# do not display servers older than [seconds]
window_time => 1800,