mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix: No init of var by default before being in init area.
This commit is contained in:
@@ -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 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.
|
// 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user