X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=contrib%2Fdecrypt_headers.php;h=7f0f393554679e40cfc6e5452bd94e6a10d2c2d0;hp=7304b72785d3fe7bed3be34146856ed7cf7ceae5;hb=7c8a0b77c97d211c8900a47a88f9065f85605510;hpb=151562a780a0919b32e04d204ba7f33fb215bd84;ds=sidebyside diff --git a/contrib/decrypt_headers.php b/contrib/decrypt_headers.php index 7304b727..7f0f3935 100644 --- a/contrib/decrypt_headers.php +++ b/contrib/decrypt_headers.php @@ -36,14 +36,14 @@ function hex2ip($hex) { .hexdec(substr($hex,4,2)).'.' .hexdec(substr($hex,6,2)); } elseif (strlen($hex)==32) { - $ret=hexdec(substr($hex,0,4)).':' - .hexdec(substr($hex,4,4)).':' - .hexdec(substr($hex,8,4)).':' - .hexdec(substr($hex,12,4)).':' - .hexdec(substr($hex,16,4)).':' - .hexdec(substr($hex,20,4)).':' - .hexdec(substr($hex,24,4)).':' - .hexdec(substr($hex,28,4)); + $ret=substr($hex,0,4).':' + .substr($hex,4,4).':' + .substr($hex,8,4).':' + .substr($hex,12,4).':' + .substr($hex,16,4).':' + .substr($hex,20,4).':' + .substr($hex,24,4).':' + .substr($hex,28,4); } else { $ret=$hex; } @@ -88,4 +88,4 @@ Check, if it is an address string:
Submit

- \ No newline at end of file +