Name

auth_error — create a reasonable HTML error page with reason and link to remedy

Synopsis

use Wacs;
auth_error(message); 
scalar message;
 

Summary

auth_error creates a reasonable HTML error page with reason and link to remedy if applicable (ie login page). The message parameter will be placed in a bordered box near the bottom of the message and can be used to convey additional information. check_auth sets this to Sorry, your lease has expired. when that is the case.

Availability

auth_error is available in both perl and php.