diff options
| author | Darkelarious <darkelarious@333networks.com> | 2017-09-25 23:13:47 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2017-09-25 23:13:47 +0200 |
| commit | 18921404e5454cdf202b7b4f70a2777f3e297998 (patch) | |
| tree | d24abef8f510998423cb8f107228e253ee6b4825 /data/webinterface-config.pl | |
| download | WebInterface-Perl-MS-Perl-18921404e5454cdf202b7b4f70a2777f3e297998.tar.gz WebInterface-Perl-MS-Perl-18921404e5454cdf202b7b4f70a2777f3e297998.zip | |
Web interface for MasterServer-Perl
Diffstat (limited to 'data/webinterface-config.pl')
| -rwxr-xr-x | data/webinterface-config.pl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/webinterface-config.pl b/data/webinterface-config.pl new file mode 100755 index 0000000..fea3605 --- /dev/null +++ b/data/webinterface-config.pl @@ -0,0 +1,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; |
