Skip to content
Commit 5ba2c8fa authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

Escape username and password in setup



This should not be a big issue since only privileged users should be
able to reach the setup, but it's good to have nevertheless.

Using prepared statements seemed unfortunately not possibly, so I had to
choose `mysqli_real_escape_string`.

Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
parent 41dc1834
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment