Update XSS_level5.php
This commit is contained in:
parent
bae13100d0
commit
48c2a7d7d8
|
@ -7,7 +7,7 @@
|
||||||
<body>
|
<body>
|
||||||
<form method="GET" action="<?php echo $_SERVER['PHP_SELF']; ?>" name="form">
|
<form method="GET" action="<?php echo $_SERVER['PHP_SELF']; ?>" 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user