This morning a common configuration cfm file got replaced by the html of a cfdump of an error, on the production server>
Needless to say, that didn't work very well.
Once I figured out what had happened, I just reverted the file in source control, and the site was functional again.
That file is manually written by developers, code should never be writing to it, and the only mentions of it in code cfinclude it, that's all.
Has anyone seen anything like that happen?
Thoughts?