@ -132,7 +132,7 @@ function is_feed($url) {
function get_feed_from_url($url, $buffer = false) {
global $verif_complete;
//j'ai prevenu ce sera pas fin
if (!preg_match("/^http:\/\/.*/", $url)) {
if (!preg_match("/^https?:\/\/.*/", $url)) {
$url = "http://" . $url;
}
if (!$buffer) {
@ -1,7 +1,7 @@
<paquet
prefix="sites"
categorie="edition"
version="1.10.1"
version="1.10.2"
etat="stable"
compatibilite="[3.2.0-dev;3.2.*]"
logo="prive/themes/spip/images/site-32.png"