giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
243 stars 73 forks source link

./saved_qrcode/Ebay.svg missing #109

Closed apmuthu closed 1 month ago

apmuthu commented 1 month ago

The ./saved_qrcode/Ebay.svg file is missing but is referred to in the scripts. Also the default password for "root" should be blank: Line 23 in config/environment.php should be:

    define('DATABASE_PASSWORD', "");

Kindly update the README.md file with the new Github link: https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code

Editing the QRCode parameters is possible directly in the DB or as an admin user but not as a superuser.

apmuthu commented 1 month ago

Generated a Ebay.svg using an admin user with redirect identifier as: lUXQk : ebay

The above QRCode can be decoded as: http://localhost:80/read.php?id=lUXQk

Decoding QRCode is done at sites like: https://scanqr.org/

apmuthu commented 1 month ago

Login / Logout icon does not show the logged in user.