Update CommandExec-1.php

This commit is contained in:
OguzTozkoparan 2018-11-30 02:29:12 +03:00 committed by GitHub
parent 89072ac474
commit 5fa34af7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<label>Username:</label><br>
<input type="text" name="username" value="Admin"><br>
<label>Password:</label><br>
<input type="text" name="password" value=""><br>
<input type="password" name="password" value=""><br>
<input type="submit">
</form>