view api-key-example.php @ 10:a42497c3964c

Move scripts & CSS to files to play nicely with CSP
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jun 2019 20:41:10 +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';