Quick 'n' Dirty Way to Debug without showing debug info to your visits.
Sometimes we are required to do some troubleshooting on a production site. In order to do that *safely* we'll show debug information only for us. This could be put into a safe_debug function for later use by the way. On...
Read More