I've just installed DocBlox on Windows running Apache.
In a CodeIgniter application I have removed the following line from the top of my script
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
But when I run
docblox -f main.php -t docs
I get the error message
No direct script access allowed
Does anyone know what else is stopping this from working?
Thanks