From df188dcb46c1c25c1c8a28b122ceeac2c31a629d Mon Sep 17 00:00:00 2001
From: Franck <spip.franck@lien-d-amis.net>
Date: Sun, 4 Oct 2020 13:12:14 +0200
Subject: [PATCH] forum en https

---
 ecrire/inc/utils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index 1f4e4d0012..dc4d75da68 100644
--- a/ecrire/inc/utils.php
+++ b/ecrire/inc/utils.php
@@ -2712,7 +2712,7 @@ function spip_initialisation_suite() {
 	// le script de l'espace prive
 	// Mettre a "index.php" si DirectoryIndex ne le fait pas ou pb connexes:
 	// les anciens IIS n'acceptent pas les POST sur ecrire/ (#419)
-	// meme pb sur thttpd cf. http://forum.spip.net/fr_184153.html
+	// meme pb sur thttpd cf. https://forum.spip.net/fr_184153.html
 	if (!defined('_SPIP_ECRIRE_SCRIPT')) {
 		if (!empty($_SERVER['SERVER_SOFTWARE']) and preg_match(',IIS|thttpd,', $_SERVER['SERVER_SOFTWARE'])) {
 			define('_SPIP_ECRIRE_SCRIPT', 'index.php');
-- 
GitLab