To use BifernoAdmin, put the folder "bifernoadmin" in BifernoHome folder.

Then follow these steps:

1) Open the "Biferno.config.bfr" file in the BifernoHome folder and set:
	- the IP_ADMIN application variable (IPs allowed to access bifernoadmin).
	- the ADMIN_PASSWORD application variable (password to access bifernoadmin).
	
	Save the file, close it and make a reload of Biferno.

2) Access the url: http://www.mysite.com/bifernoadmin/index.bfr and insert the passowrd

To admin a sub application repeat these two steps in the folder of the application you 
want to admin. For example, if you have a folder named "foo" in your web root and want 
to admin the app contained in "foo" do the follow:

1) Open the "Biferno.config.bfr" file in the "foo" folder and set the 
ADMIN_PASSWORD application variable. Save the file, close it and make a reload of Biferno.

2) Access the url: http://www.mysite.com/foo/bifernoadmin/index.bfr and insert the passowrd

NOTE: don't duplicate the bifernoadmin folder for each application around your hard disk!
It must reside only in the BifernoHome folder.

Hope to have a better documentation in the future!