[SPIP] ~v3.0.25-->v3.0.26
[lhc/web/www.git] / www / plugins-dist / sites / inc / feedfinder.php
index 85763aa..f7e7a5e 100644 (file)
@@ -88,7 +88,7 @@ function is_feed($url){
 }
 
 /*****************test is_feed******************************
-echo is_feed("http://contrib.spip.net/spip.php?page=backend" _EXTENSIO_PHP") . "<br />"; //retourne rss
+echo is_feed("https://contrib.spip.net/spip.php?page=backend" _EXTENSIO_PHP") . "<br />"; //retourne rss
 echo is_feed("http://liberation.fr/rss.php") . "<br />"; //retourne rss
 echo is_feed("http://liberation.fr/rss.php") . "<br />"; //retourne rss
 echo is_feed("http://willy.boerland.com/myblog/atom/feed") //retourne atom
@@ -185,7 +185,7 @@ print_r (get_feed_from_url("http://willy.boerland.com/myblog/"));
 *****************************    Resultat *****************************************
 Array
 (
-    [0] => http://contrib.spip.net/backend.php
+    [0] => https://contrib.spip.net/backend.php
 )
 Array
 (