Monthly Archives: October 2012

Method to keep private libraries private

One method I have seen programmers (including myself) use to keep folks out of private libraries / include modules is to put a check in there. Easiest example: in index.php (or any script with permission to be called directly), this … Continue reading

Posted in Linux | Comments Off on Method to keep private libraries private