From dd3501838d8c7aa51c54123a15dc9be54d55df2e Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 24 May 2014 14:56:39 -0700 Subject: remove config file --- lib/config.template.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/config.template.php') diff --git a/lib/config.template.php b/lib/config.template.php index 0dbe2dc..b0dbab5 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -7,9 +7,5 @@ class Config { public static $dbName = 'indiepost'; public static $dbUsername = 'indiepost'; public static $dbPassword = ''; - - public static function instagramRedirectURI() { - return 'http://'.Config::$hostname.'/auth/instagram-callback'; - } } -- cgit v1.2.3