I wondered whether items in the output directory list could be made optional. I have an _items_add.php included in an iframe on my site for browsers to enter their details. I don't want them to have to login first so I have not implemented security.
Every time I upload the project, I have to manually delete _items_list.php etc otherwise anyone could put this into a browser manually and see my data.
If I could select which of the output directory items I should output, this would be much easier.
Alternatively (and perhaps a much better way of securing my data) I could implement security. But is there then a way to un-secure _items_add.php when it is used in the iframe?