aboutsummaryrefslogtreecommitdiff
path: root/data/webinterface-config.pl
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2017-09-25 23:13:47 +0200
committerDarkelarious <darkelarious@333networks.com>2017-09-25 23:13:47 +0200
commit18921404e5454cdf202b7b4f70a2777f3e297998 (patch)
treed24abef8f510998423cb8f107228e253ee6b4825 /data/webinterface-config.pl
downloadWebInterface-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-xdata/webinterface-config.pl19
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;