Skip to content

Commit bec9042

Browse files
committed
Add PDF to Instructions
1 parent 24559fc commit bec9042

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/pdf.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Damn Vulnerable Web Application (DVWA) <a href="docs/DVWA_v1.3.pdf">Official Documentation PDF v1.3</a>

instructions.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
$docs = array(
1313
'readme' => array( 'legend' => 'Read Me', 'file' => 'README.md' ),
14+
'PDF' => array( 'legend' => 'PDF Guide', 'file' => 'docs/pdf.html' ),
1415
'changelog' => array( 'legend' => 'Change Log', 'file' => 'CHANGELOG.md' ),
1516
'copying' => array( 'legend' => 'Copying', 'file' => 'COPYING.txt' ),
1617
'PHPIDS-license' => array( 'legend' => 'PHPIDS License', 'file' => DVWA_WEB_PAGE_TO_PHPIDS.'LICENSE' ),

0 commit comments

Comments
 (0)