DeniedMsg on logout

Post Reply
andyrav
User
Posts: 641

DeniedMsg on logout

Post by andyrav »

If a users session expires or is logged out instead of the using the following
// Permission denied message
function ew_DeniedMsg() {
global $Language;
return str_replace("%s", ew_CurrentUrl(), $Language->Phrase("NoPermission"));
}

tell the user there session has expired please relogin.


mobhar
User
Posts: 11712

Post by mobhar »


Post Reply