From 3566889b3ad6430e66749853251fa144b4d74061 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Dec 2010 12:44:08 +0000 Subject: [PATCH] Fix: path is ok --- htdocs/main.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index a7f26f707d8..a56759da894 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -30,7 +30,6 @@ */ @ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP -//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.