1
1
Fork 0

more directory work

This commit is contained in:
Mike Macgirvin 2010-07-09 22:47:32 -07:00
commit cb54cda174
5 changed files with 46 additions and 6 deletions

View file

@ -356,4 +356,5 @@ function xmlify($str) {
function hex2bin($s) {
return(pack("H*",$s));
}
}