summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-02 11:18:45 +0100
committerAndrew Dolgov <[email protected]>2005-09-02 11:18:45 +0100
commit9a4506c87de04bcde0d6da3da7c289f58d69312b (patch)
tree13c7c1dccb1d671dab0bab9c2de1a91bb81639a7 /backend.php
parent10c5820d088d1b59131e622730a72e9a6974e349 (diff)
OPML export
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 5b996316a..94ddb22ff 100644
--- a/backend.php
+++ b/backend.php
@@ -572,11 +572,10 @@
href=\"javascript:updateFeedList()\">Refresh</a>&nbsp;
OPML:
<a class=\"button\"
- href=\"javascript:exportOPML()\">Import</a>&nbsp;
+ href=\"opml.php?op=import\">Import</a>&nbsp;
<a class=\"button\"
- href=\"javascript:exportOPML()\">Export</a>";
+ href=\"opml.php?op=export\">Export</a>";
-
}
}