summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c69a877)
raw | patch | inline | side by side (parent: c69a877)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Mar 2006 06:16:03 +0000 (06:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Mar 2006 06:16:03 +0000 (06:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2938 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions_dns.inc | patch | blob | history |
index da23ef1a5ab8e4dc4da58e23d4de9e6fa36c633d..1eeba0c359f2dd7ab00bb277ed32162e8b8f42bb 100644 (file)
}
-/* this is used to flip the ip address for example
- 12.3.45 -> 54.3.12
- Because some entries (like zones) are store like that 54.3.12.in-addr.arpa
+/* This fucntion is used to flip the ip address, for example
+ 12.3.45 -> 45.3.12
+ Because some entries (like zones) are store like that 45.3.12.in-addr.arpa
but we want to display 12.3.45.
*/
function FlipIp($ip)