edu_display_not_authorized_messageWhat it does:
This displays a generic not authorized message for all of the security functions.Defined in: /web/philip/tcl/education.tcl
Source code:
ReturnHeaders
set signatory [ad_system_owner]
ns_write "
[ad_header "Authorization Failed"]
<h3>Authorization Failed</h3>
in <a href=/>[ad_system_name]</a>
<hr>
<p>You are not authorized to use this section of [ad_system_name]. Please contact <a href=\"mailto:$signatory\"><i>$signatory</i></a> if you have any questions.
</p>
[ad_footer]
"
return