Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit aa7d7bc

Browse files
committed
Replaced revoked keys with placeholder text.
1 parent 7f0962f commit aa7d7bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* A single location to store configuration.
66
*/
77

8-
define('CONSUMER_KEY', 'ELi0Wc1kMAuJyHJQ68AEg');
9-
define('CONSUMER_SECRET', 'Vkf6oqNnckF3Tlf00BVzQkMYmcx8mkkI7MzpXixsjY');
10-
define('OAUTH_CALLBACK', 'http://local.dev/twitteroauth/callback.php');
8+
define('CONSUMER_KEY', 'CONSUMER_KEY_HERE');
9+
define('CONSUMER_SECRET', 'CONSUMER_SECRET_HERE');
10+
define('OAUTH_CALLBACK', 'http://example.com/twitteroauth/callback.php');

0 commit comments

Comments
 (0)