google chars api link changes
if(is::ssl())
{
$imgArgs['src'] = 'https://chart.googleapis.com/chart?' . urldecode(http_build_query($args));
}
else
{
$imgArgs['src'] = 'http://chart.apis.google.com/chart?' . urldecode(http_build_query($args));
}
Posted Feb. 9, 2012 by Bradley Matusiak
i ran into a issue with SSL using the qrCodes .. was knocking off my firefox ssl verified status
Posted Feb. 9, 2012 by Bradley Matusiak