They way that I've handled secrets is unnecessarily complicated. Instead of having separate specially formatted text files (apparently thinking that they needed to be read by something other than php) I could just use a single php includes file that defines constants.
They way that I've handled secrets is unnecessarily complicated. Instead of having separate specially formatted text files (apparently thinking that they needed to be read by something other than php) I could just use a single php includes file that defines constants.