diff options
Diffstat (limited to 'management-interface/php')
| -rw-r--r-- | management-interface/php/about.inc.php | 9 | ||||
| -rw-r--r-- | management-interface/php/functions.php | 22 | ||||
| -rw-r--r-- | management-interface/php/home.inc.php | 10 | ||||
| -rw-r--r-- | management-interface/php/login.inc.php | 14 | ||||
| -rw-r--r-- | management-interface/php/settings.php | 5 | ||||
| -rw-r--r-- | management-interface/php/template.inc.php | 8 | ||||
| -rw-r--r-- | management-interface/php/user.inc.php | 9 |
7 files changed, 0 insertions, 77 deletions
diff --git a/management-interface/php/about.inc.php b/management-interface/php/about.inc.php deleted file mode 100644 index 57edd01..0000000 --- a/management-interface/php/about.inc.php +++ /dev/null @@ -1,9 +0,0 @@ -<?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> diff --git a/management-interface/php/functions.php b/management-interface/php/functions.php deleted file mode 100644 index f84c097..0000000 --- a/management-interface/php/functions.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -# get the menu item -switch ($_GET["m"]) { -case "home": - $_item = "home"; - break; -case "login": - $_item = "login"; - break; -case "user": - $_item = "user"; - break; -case "about": - $_item = "about"; - break; -default: - $_item = "home"; - break; -} - -?> diff --git a/management-interface/php/home.inc.php b/management-interface/php/home.inc.php deleted file mode 100644 index b003336..0000000 --- a/management-interface/php/home.inc.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -if (!$include) die("404 / Permission denied."); -?> - -<div class="jumbotron"> -<h1>Hello user!</h1> -<p> -Lorem ipsum dolor sit amet. -</p> -</div> diff --git a/management-interface/php/login.inc.php b/management-interface/php/login.inc.php deleted file mode 100644 index 9d92195..0000000 --- a/management-interface/php/login.inc.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -if (!$include) die("404 - Permission denied."); -?> - -<div class="jumbotron"> - <div class="container"> - <form class="form-signin" role="form"> - <h2 class="form-signin-heading">Please login</h2> - <input type="text" class="form-control" placeholder="Username" name="user" required autofocus> - <input type="password" class="form-control" placeholder="Password" name="pass" required> - <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button> - </form> - </div> -</div> diff --git a/management-interface/php/settings.php b/management-interface/php/settings.php deleted file mode 100644 index 17e1291..0000000 --- a/management-interface/php/settings.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -define("PAGENAME", "Masterserver Management Interface"); - -?> diff --git a/management-interface/php/template.inc.php b/management-interface/php/template.inc.php deleted file mode 100644 index 6c8bece..0000000 --- a/management-interface/php/template.inc.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php -if (!$include) die("404 - Permission denied."); -?> - -<div class="jumbotron"> -<p> -</p> -</div> diff --git a/management-interface/php/user.inc.php b/management-interface/php/user.inc.php deleted file mode 100644 index 5361034..0000000 --- a/management-interface/php/user.inc.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -if (!$include) die("404 - Permission denied."); -?> - -<div class="jumbotron"> -<p> -Current users:<br /> -</p> -</div> |
