Skip to content
Snippets Groups Projects
Commit 06e2df69 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #79082 fix rt http to https in digital lib comments

parent bdb6b003
Branches
Tags
6 merge requests!2890Master,!2889Master,!2888Master,!2887Master,!2878Dev#79082 explo amelioration du force https,!2873Dev#79082 explo amelioration du force https
Pipeline #5280 failed with stage
in 29 minutes
- ticket #79082 : Administration : ajout des gestionnaire d'URL dans l'interface d'administration.
- ticket #79082 : Administration : ajout d'un gestionnaire d'URL dans l'interface d'administration.
\ No newline at end of file
......@@ -35,7 +35,7 @@ class Class_WebService_Amazon
function __construct()
{
$this->xml= new Class_Xml();
$this->req="https://webservices.amazon.fr/onca/xml?Service=AWSECommerceService";
$this->req="http://webservices.amazon.fr/onca/xml?Service=AWSECommerceService";
$this->req.="&AWSAccessKeyId=".$this->id_afi;
}
......
......@@ -68,7 +68,7 @@ class Class_WebService_BibNumerique_Dilicom_Book extends Class_WebService_BibNum
public function getBaseUrl() {
return 'https://www.dilicom.net';
return 'http://www.dilicom.net';
}
......
......@@ -44,7 +44,7 @@ class Class_WebService_BibNumerique_NumeriquePremium extends Class_WebService_Bi
class NumeriquePremiumReader {
const image_base_url = 'https://www.numeriquepremium.com/docserver/covers/';
const image_base_url = 'http://www.numeriquepremium.com/docserver/covers/';
protected $ressources=[];
public function parse($content) {
......
......@@ -32,7 +32,7 @@ class Class_WebService_BibNumerique_Numilog_LivreNumerique extends Class_WebServ
public function fillAlbum($album) {
$album->beNumilog();
$this->addPoster('https://couverture.numilog.com/' . $this->_id.'_GRANDE.jpg');
$this->addPoster('http://couverture.numilog.com/' . $this->_id.'_GRANDE.jpg');
return $album;
}
......
......@@ -23,7 +23,7 @@ class Class_WebService_PremierChapitre {
protected $_message;
protected static $_http_client;
protected static $_auth = false;
protected static $_baseurl = 'https://www.premierchapitre.fr/client/';
protected static $_baseurl = 'http://www.premierchapitre.fr/client/';
protected static $_datafile = "liste_livre.xml";
private $pc_bib_id;
......
storm @ facf291b
Subproject commit ff2fc9368a3d591a783774914bdfaf212435943f
Subproject commit facf291bab370a3f01057114eecab38c2349cb97
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment