forum::security::do_abort (private)

 forum::security::do_abort

Defined in packages/forums/tcl/forums-security-procs.tcl

Do an abort if security violation.

Testcases:
No testcase defined.
Source code:
        if { [ad_conn user_id] == 0 } {
            ad_redirect_for_registration
        } else {
            ad_returnredirect "not-allowed"
        }
        ad_script_abort
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: