Skip to content

Commit ca10351

Browse files
committed
Use the new Google API URL as the previous one doesnt have SSL certificate
1 parent a7ecb35 commit ca10351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QRCode.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class QRCode
1313
{
1414

15-
const API_URL = 'https://chart.apis.google.com/chart?chs=';
15+
const API_URL = 'https://chart.googleapis.com/chart?chs=';
1616

1717
private $_sData;
1818

0 commit comments

Comments
 (0)