Images dont show when logged out
Permalink
I do the following:
when logged in I get an array that is filled.
When logged out, I get an empty array.
I use default permissions that were set by the installation.
$fl = new FileList(); $fl->filterBySet($fs); $files = $fl->get();
when logged in I get an array that is filled.
When logged out, I get an empty array.
I use default permissions that were set by the installation.