From 62465a1cc5acf68f339157c8335f17156caa52be Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 23 Feb 2011 14:37:37 +0000 Subject: [PATCH] Fix: disable, not stable --- htdocs/filefunc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index 0e8f426a4a8..2fe2ef4a5be 100755 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -120,7 +120,7 @@ if (! empty($dolibarr_main_document_root_alt)) } // Define DOL_MAIN_URL_ROOT and DOL_URL_ROOT $tmp=$dolibarr_main_url_root; -if (1 == 1) // Use auto forge url. +if (1 == 2) // Use auto forge url. { if (! empty($_SERVER["SCRIPT_URL"]) && ! empty($_SERVER["SCRIPT_URI"])) {