more directory work

This commit is contained in:
Mike Macgirvin
2010-07-09 22:47:32 -07:00
parent 51b51bd039
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));
}
}