From bec90422227dd8801b93e80f35648c6519c8dedc Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Mon, 14 Sep 2015 12:33:34 +0100 Subject: [PATCH] Add PDF to Instructions --- docs/pdf.html | 1 + instructions.php | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/pdf.html diff --git a/docs/pdf.html b/docs/pdf.html new file mode 100644 index 000000000..dae130443 --- /dev/null +++ b/docs/pdf.html @@ -0,0 +1 @@ +Damn Vulnerable Web Application (DVWA) Official Documentation PDF v1.3 diff --git a/instructions.php b/instructions.php index b482e8253..3504a5b53 100644 --- a/instructions.php +++ b/instructions.php @@ -11,6 +11,7 @@ $docs = array( 'readme' => array( 'legend' => 'Read Me', 'file' => 'README.md' ), + 'PDF' => array( 'legend' => 'PDF Guide', 'file' => 'docs/pdf.html' ), 'changelog' => array( 'legend' => 'Change Log', 'file' => 'CHANGELOG.md' ), 'copying' => array( 'legend' => 'Copying', 'file' => 'COPYING.txt' ), 'PHPIDS-license' => array( 'legend' => 'PHPIDS License', 'file' => DVWA_WEB_PAGE_TO_PHPIDS.'LICENSE' ),