Hi,
I was wondering how can I replace
From header username
to perform the following authentication check with the new value:
route[AUTH]
...
...
if (!auth_check("$fd", "subscriber", "1")) {
auth_challenge("$fd", "1");
exit;
}
...
Thanks,
Al