Update XSS_level2.php
This commit is contained in:
parent
7d9a8d2b3c
commit
28bba5a07b
|
@ -7,7 +7,7 @@
|
||||||
<body>
|
<body>
|
||||||
<form method="GET" action="" name="form">
|
<form method="GET" action="" name="form">
|
||||||
<p>Your name:<input type="text" name="username"></p>
|
<p>Your name:<input type="text" name="username"></p>
|
||||||
<input type="submit" name="Gönder" value="Submit">
|
<input type="submit" name="submit" value="Submit">
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
if (isset($_GET["username"])) {
|
if (isset($_GET["username"])) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user