how to integrate custom html/php file to adopt permission feature from phpr?
This topic is locked
how to integrate custom html/php file to adopt permission feature from phpr?
2/22/2023 12:46:56 AM
PHPRunner General questions
P
ppradhan@live.com author
Hi all, I want to import few html/php pages to my phprunner project through 'Custom files'. They work great. How can I make such pages act like a part of phprunner project so that I can control the access as per user permission? Please help me. with regards.
@mbintex2, thank you. I did follow same and page does work great. But I want to see this external(php page) in the 'Permissions' list within 'Admin Area' so that I can grant only few groups to have access to this exteranal page. All the pages created within phprunner are listed as table in the Admin Area > Permissions. Can we not list external php file in this list? please help.
Sergey Kornilov admin2/22/2023
It is not possible this way. Your best bet is to add a custom view to your PHPRunner project and modify it to match the functionality of your external PHP/HTML files.