Ossn functions

Moneya Posted in Component Development 9 years ago

how do i make a page accessible by only a login user
currently in elgg they have this functions
// make sure only logged in users can see this page
gatekeeper();
what's the relevant function in ossn

Replies
Indonesian Arsalan Shah Replied 9 years ago
if(ossn_isLoggedin()){
  //stuff
}