From be681732408674d698fb6432be924fc6e6173930 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Nov 2021 11:16:10 +0100 Subject: [PATCH] Doc --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c9e138e1f9..f19919b2d33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -140,6 +140,8 @@ Following changes may create regressions for some external modules, but were nec * The method static ActionComm::getActions($db, ...) is no more static. Use $actioncomm->getActions(...) instead (without $db param). * The 'action=delete&file=...' has been replaced with 'action=deletefile&file=...' to avoid confusion with deletion of object lines. * Method getDictvalue has been renamed into getDictionaryValue to match camel case rule. +* To execute shell or command line command, your code must never use method like exec, shell_exec, popen, .. but must use the built-in + method executeCLI() available into core/class/utils.class.php