Damn Vulnerable Web Application(DVWA) — File Inclusion Walkthrough

Introduction
This is a page which provides options to show content of given files.
If file1.php
is clicked, it will load the content of file1.php
and interpret it as php script.
Notice that the URL is /vulnerabilities/fi/?page=file1.php
.