Function is_ajax
This function will check if that header was sent to the system, and load an ajax controller if so.
Namespace: oroboros\core
Note: This header is not universal despite being mostly standardized, and can also be spoofed. Do no only check for this, use other authentication also.
Located at core/common.php
Note: This header is not universal despite being mostly standardized, and can also be spoofed. Do no only check for this, use other authentication also.
Located at core/common.php
Return value summary
boolean
|
TRUE if ajax, FALSE if not ajax |