Fix: add constant for dev only

This commit is contained in:
Regis Houssin 2010-12-29 09:47:46 +00:00
parent 6364d8c349
commit 1f75c0aaf8

View File

@ -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.