mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
Fix: Supprime nombreux warnings
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
*/
|
||||
|
||||
// Pour compatibilit<69> lors de l'upgrade
|
||||
if (!defined('DOL_DOCUMENT_ROOT'))
|
||||
if (! defined('DOL_DOCUMENT_ROOT'))
|
||||
{
|
||||
define('DOL_DOCUMENT_ROOT', '..');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user