Closed zupdo closed 3 years ago
Thanks https://github.com/zupdo I will not merge your pull request, i will do better. I will move all !function_exists declarations to a new special block on the start of the script. This way, if we have to add more functions on the future, we will never fall again on this problem you explained. I will be sure to add a note on the changelog for your contribution. Thanks again.
Hi Fabrício, for running on ningx/fpm i had to move the function definition apache_request_headers() to a place before first call of get_base64_file()
hope that helps, Udo