> ## Following part is added by kftseng@iyard.org on 10/Nov/2005 > if ($theUserName eq "Home.guest" && $TWiki::allowedGuestActions ne "all") > { > my @allowedGuestActionList = split/,/, $TWiki::allowedGuestActions; > foreach (@allowedGuestActionList) > { > if ($theAccessType eq $_) { return 1; } > } > return 0; > } > ## End of additon kftseng@iyard.org > >