Created
April 1, 2016 08:29
-
-
Save ianjuma/c59042a990757d6a3db0c58ec568d686 to your computer and use it in GitHub Desktop.
Config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Specify your login credentials | |
$username = "the_USERNAME"; | |
$apikey = "the_APIKEY"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment