X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=example%2Findex.php;h=54d50a50a64885e6070555734049ec06a781efde;hp=ca6920314a4914e778b95dcf6ab922762dcb898d;hb=3d4474b6139a576914e18033ccbcbee432889ebd;hpb=56b0dc03375e2a8facb8ff20c05d9be07dd6bcda diff --git a/example/index.php b/example/index.php index ca69203..54d50a5 100644 --- a/example/index.php +++ b/example/index.php @@ -20,7 +20,7 @@ if(isset($_REQUEST["action"])) { echo "Sorry, username can only contain a-z, A-Z, 0-9 @ and ."; } else { $url = $ga->setupUser($username); - echo "QRCode for user \"$username\" is "; + echo "QRCode for user \"$username\" is or type in $url (actually its just the code on the end of the url)"; } echo "
"; break;