X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=unittests%2Fcreateurl.php;h=19eaa36e135bc34a4139fc8063819c9e3d716b20;hp=7d3d4ca3af54387c3f405ec6b6e082d99738b4b8;hb=HEAD;hpb=08bcb2d016d684539e10a0628a5674544b2596b5 diff --git a/unittests/createurl.php b/unittests/createurl.php index 7d3d4ca..19eaa36 100644 --- a/unittests/createurl.php +++ b/unittests/createurl.php @@ -1,6 +1,6 @@ createBase32Key(); +$hex = $ga->helperb322hex($key); + $url = $ga->createURL("someuser", $key); system("qrencode -s 6 -o /tmp/file.unittest $url"); system("eog /tmp/file.unittest"); -unlink("/tmp/file.unittest"); +echo "key in hex: $hex\n"; +//unlink("/tmp/file.unittest"); ?>