Switching to using phpqrcode for QR code generation, as Google is due to shut down it's QR code generation API.

This commit is contained in:
Tom Slominski
2015-02-24 22:41:58 +00:00
parent fd2b74a5f5
commit 4683e2bd3d
17 changed files with 4972 additions and 4 deletions

5
.gitignore vendored
View File

@@ -12,4 +12,7 @@
# Specifically ignore the config file and the DS_Store
public/config.php
public/.DS_Store
public/.DS_Store
# Also specifically ignore the phpqrcode cache
public/phpqrcode/cache/*