Skip to content

Commit

Permalink
Merge pull request lucee#677 from zspitzer/master
Browse files Browse the repository at this point in the history
link ip hostname functions
  • Loading branch information
zspitzer authored Aug 30, 2019
2 parents d61b59c + 454871a commit 58b19fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions docs/03.reference/01.functions/isipv6/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
title: IsIPv6
id: function-isipv6
related:
- function-isipinrange
- function-islocalhost
categories:
- decision
- decision
---

checks if given IP is of IPV6 format
checks if given IP is of IPV6 format
6 changes: 4 additions & 2 deletions docs/03.reference/01.functions/islocalhost/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
title: IsLocalHost
id: function-islocalhost
related:
- function-getlocalhostip
- function-isipinrange
categories:
- decision
- decision
---

Determines whether the specified IP address is the localhost.
Determines whether the specified IP address is the localhost.
4 changes: 2 additions & 2 deletions docs/03.reference/02.tags/header/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: <cfheader>
id: tag-header
related:
categories:
- function-gethttptimestring
---

Generates custom HTTP response headers to return to the client.
Generates custom HTTP response headers to return to the client.

0 comments on commit 58b19fb

Please sign in to comment.