HM\BackUpWordPress\Requirement_Server_Software::test PHP Method

test() public static method

public static test ( ) : boolean
return boolean
    public static function test()
    {
        if (!empty($_SERVER['SERVER_SOFTWARE'])) {
            return $_SERVER['SERVER_SOFTWARE'];
        }
        return false;
    }
Requirement_Server_Software