Hi there,
EXEOutput sounds like it could be a fantastic tool, but I am currently falling at the first hurdle!
I’m having an issue with the include_once() function not working as expected.
In one file, I include_once() a path built using dirname(__FILE__).
In another file, I include_once() a...