X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Ffpostit%2Ffpostit.php;h=ce0b45fb7710e67e5af39da4c7e597f01589542d;hb=bb37cac77281675251f5238e3a7a87a3faf4677c;hp=491d81f6d6ffd38cf7ce28bac16785017e02e51d;hpb=850560519a4bbe9949368933e115f767aeb90b73;p=friendica.git diff --git a/util/fpostit/fpostit.php b/util/fpostit/fpostit.php index 491d81f6d6..ce0b45fb77 100644 --- a/util/fpostit/fpostit.php +++ b/util/fpostit/fpostit.php @@ -1,8 +1,8 @@ @@ -59,14 +59,14 @@ if ((isset($title)) && (isset($text)) && (isset($url))) { if (isset($_POST['submit'])) { - if (($_POST["friendika_acct_name"] != '') && ($_POST["friendika_password"] != '')) { - $acctname = $_POST["friendika_acct_name"]; + if (($_POST["friendica_acct_name"] != '') && ($_POST["friendica_password"] != '')) { + $acctname = $_POST["friendica_acct_name"]; $tmp_account_array = explode("@", $acctname); if (isset($tmp_account_array[1])) { $username = $tmp_account_array[0]; $hostname = $tmp_account_array[1]; } - $password = $_POST["friendika_password"]; + $password = $_POST["friendica_password"]; $content = $_POST["content"]; $url = "http://" . $hostname . '/api/statuses/update'; @@ -106,15 +106,15 @@ function showForm($error, $content) { echo << -

- Friendika Bookmarklet

+

+ Friendica Bookmarklet

- Enter the email address of the Friendika Account that you want to cross-post to:(example: user@friendika.org)

- Account ID:
- Password:
+ Enter the email address of the Friendica Account that you want to cross-post to:(example: user@friendica.org)

+ Account ID:
+ Password:

  $error