Update XSS_level4.php
This commit is contained in:
parent
111a62214c
commit
db1f7598c3
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
<form method="GET" action="" name="form">
|
||||
<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>
|
||||
<?php
|
||||
if (isset($_GET["username"])) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user