We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ecb35 commit ca10351Copy full SHA for ca10351
1 file changed
QRCode.class.php
@@ -12,7 +12,7 @@
12
class QRCode
13
{
14
15
- const API_URL = 'https://chart.apis.google.com/chart?chs=';
+ const API_URL = 'https://chart.googleapis.com/chart?chs=';
16
17
private $_sData;
18
0 commit comments