1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

move opml stuff to classes/opml.php

This commit is contained in:
Andrew Dolgov
2012-08-15 15:47:13 +04:00
parent ac9b1f0772
commit d75409bfda
4 changed files with 461 additions and 467 deletions

View File

@@ -2092,7 +2092,7 @@ function dataImportComplete(iframe) {
function gotoExportOpml(filename, settings) {
tmp = settings ? 1 : 0;
document.location.href = "opml.php?op=Export&filename=" + filename + "&settings=" + tmp;
document.location.href = "backend.php?op=opml&method=export&filename=" + filename + "&settings=" + tmp;
}