Restrict access.
PHP-Fusion: v7.xx
Author(s): Domi, update SiteMaster
Web: http://www.venue.nu
Image used from site Theme.

copy restricted folder to your infusions folder.

Add this to under require_once "../../maincore.php"; or require_once "maincore.php"; (depend on what file you want to restrict access to) in every file you wish to show but dont want to allow access to unless registred.

if(!iMEMBER){redirect("".INFUSIONS."restricted/index.php"); exit;}

Grats your done! ;)
