mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 13:41:27 +00:00
when exporting OPML via web UI, add user login to the filename
This commit is contained in:
@@ -8,7 +8,7 @@ class Opml extends Handler_Protected {
|
||||
}
|
||||
|
||||
function export() {
|
||||
$output_name = "tt-rss_".date("Y-m-d").".opml";
|
||||
$output_name = sprintf("tt-rss_%s_%s.opml", $_SESSION["name"], date("Y-m-d"));
|
||||
$include_settings = $_REQUEST["include_settings"] == "1";
|
||||
$owner_uid = $_SESSION["uid"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user