Using dolphin 7 beta 6 (upgrading soon as i figure out how to transfer the exisitng database.
Users are getting access to everyones data via the debug dump.
I used grep to locate the following occurances in all of htdocs
DEBUG=true
DEBUG = true
DEBUG= true
non case sensitive search....
The only thing I can find is DEBUG=false;
is the setting backwards? I am getting full mysql php error pages (i have been posting them on other forum issues)
I'll try turning it to true and see if it shuts it off.. but will have to wait till my next error to see if the full debug dump is actually turned off.