The PHP function \"Magic Quotes\" is enabled."; } // Is PHP function safe_mode enabled? if( ini_get( 'safe_mode' ) == true ) { $WarningHtml .= "
The PHP function \"Safe mode\" is enabled.
"; } $page[ 'body' ] .= "

Vulnerability: SQL Injection

{$WarningHtml}
"; if( $vulnerabilityFile == 'high.php' ) { $page[ 'body' ] .= "Click here to change your ID."; } else { $page[ 'body' ] .= "

User ID:"; if( $vulnerabilityFile == 'medium.php' ) { $page[ 'body' ] .= "\n "; } else $page[ 'body' ] .= "\n "; $page[ 'body' ] .= "\n

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

More Information

\n"; dvwaHtmlEcho( $page ); ?>