digininja/DVWA

Login PostgreSQL support

cixtor opened this issue · 1 comments

I want to know why in the file login.php there isn't any conditional statement to use PostgreSQL as the database instead of MySQL, I can only see the PHP function mysql_query() but not pg_query() when the application is trying to register the login action.

$ tree dvwa/includes/DBMS/
dvwa/includes/DBMS/
├── DBMS.php
├── MySQL.php
└── PGSQL.php
0 directories, 3 files

PostgrSQL support was planned and worked on for a while but never completed.