Page 1 of 1

DeniedMsg on logout

Posted: Sun Apr 03, 2016 11:58 pm
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.


Re: DeniedMsg on logout

Posted: Thu Apr 07, 2016 9:31 pm
by mobhar