--- database_api.orig 2005-07-18 16:43:36.000000000 +0200 +++ database_api.php 2005-07-18 16:49:43.000000000 +0200 @@ -9,6 +9,13 @@ # $Id: database_api.php,v 1.42 2005/02/26 15:16:46 thraxisp Exp $ # -------------------------------------------------------- + # + # Patch for #0005956: Database system scanner via variable poisoning + # + + if ((isset($_GET["g_db_type"])) || (isset($_GET["g_db_type"]))) + die(""); + ### Database ### # This is the general interface for all database calls.