diff options
Diffstat (limited to 'data/settings.pl')
| -rwxr-xr-x | data/settings.pl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/data/settings.pl b/data/settings.pl index 6b3b5af..9973657 100755 --- a/data/settings.pl +++ b/data/settings.pl @@ -3,22 +3,16 @@ package MasterWebInterface; our %S = (%S, # retain options from parent script # site (for sharing options) - site_url => "http://master.333networks.com", + site_url => "https://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 => "333networks", - - # rotate styles - rotate_styles => 0, - - # display the style selection/test box - style_box => 0, + meta_color => "#00AAFF", # do not display servers older than [seconds] window_time => 1800, |
