PHP: How do you safeguard application/server/database from your employees?
- by Patrick
What do you guys do (system/framework wise) to safeguard things like
1) employees writing malicious code to destroy your server
2) employees reading all your database sensitive information
3) generally programmers that have access to your back-end and potential damages that they can do.
Is there any PHP scripts that guards against these, etc.?