Releases: My-Little-Forum/removeGPC
Releases · My-Little-Forum/removeGPC
first testing release
Because of the serious security hole in version 0.1 I released another version. The script has now a complete installation routine and a login form for the program itself but nothing more.
Fixes
- The installation script of the old version stored the password in plain text to the database. That's the mother of no goes. Use the native
password_hash
to encrypt the password.
Features
- The working script
index.php
forwards to the install script when the installation is incomplete. Otherwise it shows the login form but does nothing more currently. - Installation script with to steps
- Provide the login informations for the user and the database.
- Select the tables to check from the database.
- Show the selected tables afterwards, give notice about the need to remove the install script from the server and link to the working script.