summaryrefslogtreecommitdiffstats
path: root/management-interface/php/about.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'management-interface/php/about.inc.php')
-rw-r--r--management-interface/php/about.inc.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/management-interface/php/about.inc.php b/management-interface/php/about.inc.php
new file mode 100644
index 0000000..57edd01
--- /dev/null
+++ b/management-interface/php/about.inc.php
@@ -0,0 +1,9 @@
+<?php
+if (!$include) die("404 - Permission denied.");
+?>
+
+<div class="jumbotron">
+<p>
+This website is the interface for the masterserver to do several things.
+</p>
+</div>