Audit Security
This commit is contained in:
parent
e03673813a
commit
1d41853fe3
1 changed files with 3 additions and 1 deletions
|
|
@ -29,5 +29,7 @@ define ('RMOPER',1120); // Effacer une opération comptable
|
|||
define ('SHARENOTE',1210); // Can share a note
|
||||
define ('SHARENOTEPUBLIC',1220); // Can create public note
|
||||
define ('SHARENOTEREMOVE',1230); // Can drop drop of other
|
||||
global $audit; $audit=false;
|
||||
global $audit;
|
||||
$audit=false;
|
||||
if (defined('AUDIT_ENABLE') && AUDIT_ENABLE == true ) $audit=true;
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue