We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phpThumb/demo/phpThumb.demo.gallery.php
Line 64 in 7ee966b
- if (is_dir($currentdir.'/'.$file) && ($file{0} != '.')) { + if (is_dir($currentdir.'/'.$file) && ($file[0] != '.')) {
stumbled upon while moving some of my galleries to a new server,and done a php8.1 lint on all my php sources
The text was updated successfully, but these errors were encountered:
PHP8 compatibility
98d8766
#219
Fixed in 98d8766 thanks
Sorry, something went wrong.
No branches or pull requests
phpThumb/demo/phpThumb.demo.gallery.php
Line 64 in 7ee966b
stumbled upon while moving some of my galleries to a new server,and done a php8.1 lint on all my php sources
The text was updated successfully, but these errors were encountered: