Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dvelle committed Apr 29, 2014
1 parent 67af70a commit a1fbe9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hustle/hustle/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?PHP

// Get these from http://developers.facebook.com
$api_key = '2b154bd6f13c0d2e91ee4619514aeaf9';
$secret = '7fc8a6d46f6e752178aa9c6f99d2cb3e';
$api_key = '##############################';
$secret = '#################################';
// Names and links
$app_name = "The Hustle";
$app_url = "the_hustle"; // Assumes application is at http://apps.facebook.com/app-url/
Expand Down Expand Up @@ -50,4 +50,4 @@

}

?>
?>

0 comments on commit a1fbe9f

Please sign in to comment.