Skip to content
Snippets Groups Projects
Commit c791f3f1 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add constant for dev only

parent 362f58ab
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
*/ */
@ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP @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) define(DOL_DOCUMENT_ROOT_ALT,0); // Set extra custom path, ex: /path/to/htdocs/custom (for dev only)
// For optionnal tuning. Enabled if environment variable DOL_TUNING is defined. // For optionnal tuning. Enabled if environment variable DOL_TUNING is defined.
// A call first. Is the equivalent function dol_microtime_float not yet loaded. // A call first. Is the equivalent function dol_microtime_float not yet loaded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment