The PHP function allow_url_include is not enabled.";
}
if( !ini_get( 'allow_url_fopen' ) ) {
$WarningHtml .= "
The PHP function allow_url_fopen is not enabled.
";
}
$page[ 'body' ] .= "
Vulnerability: File Inclusion
{$WarningHtml}
More Information
- " . dvwaExternalLinkUrlGet( 'https://en.wikipedia.org/wiki/Remote_File_Inclusion' ) . "
- " . dvwaExternalLinkUrlGet( 'https://www.owasp.org/index.php/Top_10_2007-A3' ) . "
\n";
?>