Hi
I am using the createAlbumZip() function on my website album page but I don't want my website users to be able to see/use this function. If possible I only want the administrator(s) to be able to see/use this function.
Is there any script I can use to achieve this?
Kind regards
Comments
<?php if (zp_loggedin(ADMIN_RIGHTS)) {
printAlbumZip();
}
?>
`