Incorrect folder permissions: " . realpath( dirname( dirname( getcwd() ) ) ) . "/hackable/uploads/" . "
Folder is not writable."; } // Is PHP-GD installed? if( ( !extension_loaded( 'gd' ) || !function_exists( 'gd_info' ) ) ) { $WarningHtml .= "
The PHP module PHP-GD is not installed.
"; } $page[ 'body' ] .= "

Vulnerability: File Upload

{$WarningHtml}
Choose an image to upload:



\n"; if( $vulnerabilityFile == 'impossible.php' ) $page[ 'body' ] .= " " . tokenField(); $page[ 'body' ] .= "
{$html}

More Information

"; dvwaHtmlEcho( $page ); ?>