From e6973bf60bae3d548a66cfad85a2901414f09fc1 Mon Sep 17 00:00:00 2001 From: Morten Bagai Date: Thu, 25 Aug 2011 10:05:17 -0700 Subject: [PATCH] app url --- AppInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppInfo.php b/AppInfo.php index 7561beb..d93081b 100644 --- a/AppInfo.php +++ b/AppInfo.php @@ -34,7 +34,7 @@ public static function appSecret() { * @return the home URL for this site */ public static function getHome (){ - return "https://apps.facebook.com/the-banana-stand/"; + return "https://apps.facebook.com/m-sample-new/"; } }