On the Content/PHPScripts documentation page: http://www.amember.com/docs/Content/PHPScripts In code sample that it shows to put at the top of all php files (below), what is the 'My Protected Page Title' string used for? I cannot see where it is displayed in the page usage. And as far as I can see it is not needed as part of the page protection (works with whatever value is there). Is it just a comment to self? Thanks for any insights. Am_Lite::getInstance()->checkAccess(array(1,3), 'My Protected Page Title');