summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 353062d19..8b8a90709 100644
--- a/backend.php
+++ b/backend.php
@@ -947,6 +947,13 @@
}
+ print "<h3>OPML Import</h3>
+ <form enctype=\"multipart/form-data\" method=\"POST\" action=\"opml.php\">
+ File: <input id=\"opml_file\" name=\"opml_file\" type=\"file\">&nbsp;
+ <input class=\"button\" name=\"op\" onclick=\"return validateOpmlImport();\"
+ type=\"submit\" value=\"Import\">
+ </form>";
+
}
if ($op == "pref-filters") {