Project:
Segue
Code Location:
git://github.com/adamfranco/segue-1.x.gitmaster
/
auth_not_req_actions.inc.php
<? // List of no_auth actions: // this array contains a list of actions that don't *require* the user to be authenticated $actions_noauth = array( "site", "login", "default", "previewtheme", "fullstory", "fullstory.php", "list", "username_lookup", "listarticles", "listissues", "sitelisting.php", "rss" );
