Is it possible to run the gallery program without the setup folder being CHMOD to 0?
In my post down in the webhosts section, i mentioned that my host powweb.com will no longer allow the users to CHMOD anything to 0 or out of 0. Would i have to alter some gallery code so that it doesnt check for setup being in 0, and if so where would that be at?
Thanks for any input
-Komm
Posts: 487
Do a search in util.php for 'setup' it's around line 723 I believe
where the check is done. Comment that out or adjust as you see
fit in order to get around your issue.
Posts: 49
As an added security precaution, you might want to rename the setup directory as well.