Update XSS_level1.php

This commit is contained in:
Ömer Faruk Şenyayla 2018-11-30 02:33:58 +03:00 committed by GitHub
parent ec74e26eee
commit 7d9a8d2b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,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"]))