view api-key-example.php @ 11:aaf1d6954a2a default tip

Ensure we always have data dir for ExifGraphr cache
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Aug 2023 16:56:40 +0100
parents 42c058ce5b7c
children
line wrap: on
line source

<?php
// Using the Flickr API needs an API key.
// Get one from https://www.flickr.com/services/api/misc.api_keys.html
// then create a file like this called "api-key.php"
$api_key = '0123456789abcdeffedcba9876543210';