This topic is locked
[SOLVED]

 Output Directory Items Optional

11/25/2007 8:36:50 AM
PHPRunner General questions
C
cjb author

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?

Alexey admin 11/26/2007

Hi,
you can disable List page on the Choose pages tab in PHPRunner.
Also you can enable security.

In this case add Guest user in the Advanced diaog on the Security tab in PHPRunner.

Then click User group permissions and grant Guest user access to Add page only.

C
cjb author 11/26/2007

Thanks Alexey.
I enabled security with guest access as you suggested and everything works great!