im_restricted_access

one of the documented procedures in this installation of the ACS
Usage:
im_restricted_access
What it does:
Returns an access denied message and blows out 2 levels
Defined in: /web/philip/tcl/intranet-defs.tcl

Source code:


    ad_return_error "Access denied" "You must be an authorized user of the [ad_parameter SystemName] intranet to see this page. You can <a href=/register/index.tcl?return_url=[ad_urlencode [in_url_with_query]]>login</a> as someone else if you like."
    return -code return


philg@mit.edu