From 132a91cd8cf91f6eaca71fb3a5858b02b2a84509 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Jun 2003 23:48:04 +0000 Subject: [PATCH] Code cleaning --- htdocs/main.inc.php3 | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 39207936e45..8832ad41164 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -29,7 +29,6 @@ if (! include ("conf/conf.php")) define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root); -/* On traitera plus tard le https */ if (strtolower(substr($dolibarr_main_url_root, 0, 7)) == 'http://') { $uri = substr($dolibarr_main_url_root, 7);