PHP: How do you safeguard application/server/database from your employees?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-03-30T16:11:43Z
Indexed on
2010/03/30
16:13 UTC
Read the original article
Hit count: 237
php
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.?
© Stack Overflow or respective owner