From 18921404e5454cdf202b7b4f70a2777f3e297998 Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Mon, 25 Sep 2017 23:13:47 +0200 Subject: Web interface for MasterServer-Perl --- data/webinterface-config.pl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 data/webinterface-config.pl (limited to 'data/webinterface-config.pl') 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; -- cgit v1.2.3