10
Hi,
All my XOOPS PHP files are a 644, except for mainfile.php , which is a 444, and I may move that to a path outside of the webroot anyway.
The 644 is ........
user - read write
group - read
world - read
In theory, I would think that a PHP file, being a server side, would have to actually be executed (commands parsed by the server and returned to the client), however a read will suffice for the public (world).
Peter