Skip to content

Commit 0df595e

Browse files
committed
Merge branch 'master' of github.com:digininja/DVWA
2 parents 95a951f + 0d8c359 commit 0df595e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dvwa/includes/dvwaPage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function dvwaHtmlEcho( $pPage ) {
314314
$menuBlocks[ 'vulnerabilities' ][] = array( 'id' => 'open_redirect', 'name' => 'Open HTTP Redirect', 'url' => 'vulnerabilities/open_redirect/' );
315315
$menuBlocks[ 'vulnerabilities' ][] = array( 'id' => 'encryption', 'name' => 'Cryptography', 'url' => 'vulnerabilities/cryptography/' );
316316
$menuBlocks[ 'vulnerabilities' ][] = array( 'id' => 'api', 'name' => 'API', 'url' => 'vulnerabilities/api/' );
317-
$menuBlocks[ 'vulnerabilities' ][] = array( 'id' => 'bac', 'name' => 'Broken Access Control', 'url' => 'vulnerabilities/bac/' );
317+
# $menuBlocks[ 'vulnerabilities' ][] = array( 'id' => 'bac', 'name' => 'Broken Access Control', 'url' => 'vulnerabilities/bac/' );
318318
}
319319

320320
$menuBlocks[ 'meta' ] = array();

0 commit comments

Comments
 (0)