Sfoglia il codice sorgente

Changement du nom du fichier lors de l'export des flux au format OPML

Marien Fressinaud 13 anni fa
parent
commit
6efbedd189
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/controllers/configureController.php

+ 1 - 1
app/controllers/configureController.php

@@ -185,7 +185,7 @@ class configureController extends ActionController {
 
 
 			$this->view->_useLayout (false);
 			$this->view->_useLayout (false);
 			header('Content-Type: text/xml; charset=utf-8');
 			header('Content-Type: text/xml; charset=utf-8');
-			header('Content-disposition: attachment; filename=feeds_opml.xml');
+			header('Content-disposition: attachment; filename=freshrss_feeds.opml');
 
 
 			$feedDAO = new FeedDAO ();
 			$feedDAO = new FeedDAO ();
 			$catDAO = new CategoryDAO ();
 			$catDAO = new CategoryDAO ();