Protecting a PHP application
In order to protect an application you will have to add two lines of PHP code to the start of your script. If your application loads all it's pages trough a single file, this isn't that much work.
In order to protect a script just add this on the first couple of lines.
require('/path/to/munin/munin.php');
munin('/path/to/munin');
Links
