Function __global->handle_bad_access_context
Definitions
sources/global2.php
- Redirect away if the domain or protocol is incorrect.This may be a security measure - in case someone links the site on the wrong protocol in order to tap network traffic.Also see do_site_prep function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Redirect away if the domain or protocol is incorrect.This may be a security measure - in case someone links the site on the wrong protocol in order to tap network traffic.Also see do_site_prep function.
*
*/
function handle_bad_access_context()
* Redirect away if the domain or protocol is incorrect.This may be a security measure - in case someone links the site on the wrong protocol in order to tap network traffic.Also see do_site_prep function.
*
*/
function handle_bad_access_context()

