From 1f75c0aaf85a6fe612e24fcfd7e21e7a25ca33cd Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Wed, 29 Dec 2010 09:47:46 +0000 Subject: [PATCH] Fix: add constant for dev only --- htdocs/main.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index b730f2ab825..c968b4da053 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -30,6 +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 to 1 for extra custom path (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