Skip to content
Snippets Groups Projects
Commit ddbd0c4f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

resovle_ip('') returns a local IP address on Windows

at least for me, "fe80::5dfc:b29c:85d6:8de7%21"
parent ab67ca09
No related branches found
No related tags found
No related merge requests found
Pipeline #7933 passed
......@@ -51,7 +51,7 @@ var type = {
'random()' : 'number',
'rmdir("")' : 'boolean',
'resolve_host(0)' : 'object', // null
'resolve_ip("")' : 'object', // null
'resolve_ip(0)' : 'object', // null
'rot13_translate("")' : 'string',
'sha1_calc("")' : 'string',
'str_has_ctrl("")' : 'boolean',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment