diff options
| author | Nils Schwabe | 2014-05-09 19:05:13 +0200 |
|---|---|---|
| committer | Nils Schwabe | 2014-05-09 19:05:13 +0200 |
| commit | 32602049a8e4edc408a83380cebb1c838cdf4d1e (patch) | |
| tree | 9512e35ccd31fb2220a547dbf38201b6cf5bf682 /management-interface/php/login.inc.php | |
| parent | Add the management webinterface (diff) | |
| download | masterserver-32602049a8e4edc408a83380cebb1c838cdf4d1e.tar.gz masterserver-32602049a8e4edc408a83380cebb1c838cdf4d1e.tar.xz masterserver-32602049a8e4edc408a83380cebb1c838cdf4d1e.zip | |
Did some changes on webinterface
Diffstat (limited to 'management-interface/php/login.inc.php')
| -rw-r--r-- | management-interface/php/login.inc.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/management-interface/php/login.inc.php b/management-interface/php/login.inc.php new file mode 100644 index 0000000..9d92195 --- /dev/null +++ b/management-interface/php/login.inc.php @@ -0,0 +1,14 @@ +<?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> |
