phpBMS

Changeset 708

Show
Ignore:
Timestamp:
01/04/10 12:13:08 (2 years ago)
Author:
brieb
Message:
  • Completed Security Fix for SQL injection
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/dbgraphic.php

    r704 r708  
    7474        ".$table." 
    7575    WHERE 
    76         id = ".$_GET["r"]; 
     76        id = ".$id; 
    7777 
    7878$queryresult = $db->query($querystatement); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.