phprunner security |
7/24/2026 08:56:08 | |
| PHPRunner General questions | ||
|
D
DealerModules authorDevClub member
With the big push to have AI, like Claude, ChatGPT, etc help to build phprunner apps. There will be a lot of custom files created in the Style tab. Is this something that Xlinesoft is working towards adjusting or does someone have a fix for this other than creating an additional custom dynamic permissions page? Thanks p.s. I do includes in my custom files to check for things like is the user logged in, etc. but this is not a dynamic permission fix, it is just securing the custom file. |
||
|
|
ChatGPT 7/24/2026 |
|
|
Sergey Kornilov admin 7/26/2026 |
|
You should use external files to provide functions, business logic and similar functionality. UI and permissions should be handled by PHPRunner itself. You do not want your application's UI to become a zoo of random pages created by AI and PHPRunner. Keep it manageable and use external files for business logic. |
|