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
268 stars 76 forks source link

Fix case sensitive filename #90

Closed tranmh closed 7 months ago

tranmh commented 7 months ago

Would you please accept the PR?

$ grep -nr require * | grep "lib/users/Users" lib/DynamicQrcode/DynamicQrcode.php:101: require_once BASE_PATH . '/lib/users/Users.php'; lib/StaticQrcode/StaticQrcode.php:402: require_once BASE_PATH . '/lib/users/Users.php';

If not, I doubt that on case sensitive systems like Linux you will be it by require_once file not found.

Thx.