Commit 8ee3c8571a3640a26d2a37571c8abc8b312451a4

Authored by Edmar Moretti
1 parent 74337e5a

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mobile/qrcode.htm
... ... @@ -29,7 +29,7 @@ h1
29 29 <br><br><br>
30 30 <img src='' id=rcode >
31 31 <script>
32   -var endereco = 'http://qrcode.kaywa.com/img.php?s=5&d='+"http://"+window.location.host+"/i3geo/mobile"
  32 +var endereco = '../pacotes/qrcode/php/qr_img.php?d='+"http://"+window.location.host+"/i3geo/mobile"
33 33 document.getElementById("rcode").src = endereco
34 34 </script>
35 35 </body>
... ...