forked from LuudJanssen/DVWA-space-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luud Janssen
committed
Jun 8, 2016
1 parent
fe52785
commit 4586457
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php $this->layout('sections/base', $this->data) ?> | ||
|
||
<form class="form-group center-block" action="login.php" method="post"> | ||
<fieldset> | ||
<label for="user">Username</label> | ||
<input class="form-control" type="text" size="20" name="username"> | ||
<label for="pass">Password</label> | ||
<input class="form-control" type="password" AUTOCOMPLETE="off" | ||
size="20" name="password"> | ||
<input class="submit btn btn-block btn-success" type="submit" value="Login" name="Login"> | ||
</fieldset> | ||
|
||
<small>Pssshhtt. The login credentials are <em>admin</em> - <em>password</em>.</small> | ||
|
||
<?= $this->data['tokenField'] ?> | ||
|
||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters