diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-09-09 14:02:36 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-09-09 14:02:36 +0200 |
| commit | abf0ef36b57c72b17d414673ecaadd74cf408134 (patch) | |
| tree | 9f56739bf25d209a7a795b28fe39ace05647b7ed /data/settings.pl | |
| parent | 91729ec8ac5a8098cef2aa1c006aba88f6ef7eb3 (diff) | |
| download | WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.tar.gz WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.zip | |
style fix, readable gametypes
Diffstat (limited to 'data/settings.pl')
| -rwxr-xr-x | data/settings.pl | 8 |
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, |
