From 0da915b6eb0882926bb38b09574f46e240e59f1c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Wed, 29 Dec 2010 10:47:36 +0000 Subject: [PATCH] Fix: No init of var by default before being in init area. --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 58ef723f135..8d303b11240 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -30,7 +30,7 @@ */ @ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP -define(DOL_DOCUMENT_ROOT_ALT,0); // Set extra custom path, ex: /path/to/htdocs/custom (for dev only) +//define(DOL_DOCUMENT_ROOT_ALT,''); // Set extra custom path, ex: /path/to/htdocs/custom (for dev only) // For optionnal tuning. Enabled if environment variable DOL_TUNING is defined. // A call first. Is the equivalent function dol_microtime_float not yet loaded. -- GitLab