Merge pull request #32 from aelaraji/add-feed-wf-fix

Fix Warning in the `Webfinger lookup` input box on the `Add Feed` page
This commit is contained in:
sørenpeter 2024-12-21 16:16:11 +01:00 committed by GitHub
commit 4f893a07c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ $wf_acct = "";
$wf_nick = "";
$wf_url = "";
$wf_error = "";
$wf_request = "";
if(isset($_POST['submit'])) {
$wf_request = $_POST["webfinger"];