aboutsummaryrefslogtreecommitdiff
path: root/data/webinterface-config.pl
blob: fea360566285a0087c16fb42bebdbc308562a6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package MasterWebInterface;
our(%S, $ROOT);
our %S = (
  root => $ROOT,
  
  url         => 'http://simple.333networks.com',
  admin_email => 'info@333networks.com',
  
  site_title  => '333networks Masterserver WebInterface',
  site_name   => '333networks',
  
  style       => 'classic',
  img_path    => "$ROOT/s/img",

  map_url     => "/map",
  map_dir     => "$ROOT/s/map",
);

1;