dvwa updated
This commit is contained in:
parent
8f3c3af4fb
commit
c37af6fc80
84 changed files with 1873 additions and 605 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
header ("X-XSS-Protection: 0");
|
||||
|
||||
// Is there any input?
|
||||
if( array_key_exists( "name", $_GET ) && $_GET[ 'name' ] != NULL ) {
|
||||
// Get input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue