This is a change that your Internet Service Provider has made. Glob() is a function used to retrieve the contents of a folder. Some providers unnecessarily restrict this function--it can be used securly which zenphoto does--or it can be used to discover folders that perhaps should not be shown.
Fortunately, zenphoto can deal with this unreasonable exercise of paranoia. Older versions of zenphoto have a define SAFE_GLOB that you need to set to true. The current version has eleminated the use of glob() entirely.
Comments
Fortunately, zenphoto can deal with this unreasonable exercise of paranoia. Older versions of zenphoto have a define SAFE_GLOB that you need to set to true. The current version has eleminated the use of glob() entirely.
Problem solved.
Thank you.