Member
Member
inertiawebdesign   2006-06-04, 21:42
#1

Hi all,
I have an installation on my server which the public won't access. Is it possible to remove the login system altogether and just allow ayone who visits the site to upload photos? I don't need user permissions or anything, just for anyone to be able to upload photos.
Thank you.

Developer
Developer
trisweb   2006-06-05, 07:27
#2

Line 7 of zen/auth_zp.php, change:
$_zp_loggedin = false;
to:
$_zp_loggedin = true;
to make it default to being logged in. If you like you can even comment out all the login logic to save CPU cycles... the if/else block, lines 13 to 39.

Member
Member
inertiawebdesign   2006-06-05, 20:17
#3

Thank you very much.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.