@serpentdriver Thanks, but i would like to do this programmatically using PHP.
-
This reply was modified 3 years, 4 months ago by peterjem.
Re-indexing the array did the trick
$pages = array_values($diff);
Basically what i am trying to accomplish is to create a page where a user can find to which all restricted content he do have access.
Thanks
-
This reply was modified 5 years, 8 months ago by peterjem.