Mercurial > repos > other > exif-graphr
comparison api-key-example.php @ 0:42c058ce5b7c
Initial public commit of Exif-Graphr
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 14 Aug 2016 20:46:16 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:42c058ce5b7c |
---|---|
1 <?php | |
2 // Using the Flickr API needs an API key. | |
3 // Get one from https://www.flickr.com/services/api/misc.api_keys.html | |
4 // then create a file like this called "api-key.php" | |
5 $api_key = '0123456789abcdeffedcba9876543210'; |