Function __global->has_backdoor_ip_triggered
Definitions
sources/global.php
- See if we should consider the user admin based on the backdoor_ip setting.If the software is not fully bootstrapped then it will do simpler checks.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether backdoor is activated
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* See if we should consider the user admin based on the backdoor_ip setting.If the software is not fully bootstrapped then it will do simpler checks.
*
* @return boolean Whether backdoor is activated
*/
function has_backdoor_ip_triggered() : bool
* See if we should consider the user admin based on the backdoor_ip setting.If the software is not fully bootstrapped then it will do simpler checks.
*
* @return boolean Whether backdoor is activated
*/
function has_backdoor_ip_triggered() : bool
