diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-17 15:30:58 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-12-17 15:30:58 -0800 |
commit | 7d19f61b101ca30debc675018f5509fb28e3de1a (patch) | |
tree | 16067e41f86d6aa99045d71795724a1e9d21dd7c /lib | |
parent | efd82f8ff808f9e9b706e978c04eb77cdb463886 (diff) |
remove facebook/instagram stuff
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.template.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index 87ce75b..50d3b12 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -17,11 +17,7 @@ class Config { public static $jwtSecret = 'xxx'; - public static $fbClientID = ''; - public static $fbClientSecret = ''; public static $twitterClientID = ''; public static $twitterClientSecret = ''; - public static $instagramClientID = ''; - public static $instagramClientSecret = ''; } |