Add AUDIT_ENABLE_PREFIX_SESSION
This commit is contained in:
parent
0241817217
commit
a8cd62c44e
@ -92,7 +92,15 @@ $date_endday = $tmp['mday'];
|
|||||||
$date_endmonth = $tmp['mon'];
|
$date_endmonth = $tmp['mon'];
|
||||||
$date_endyear = $tmp['year'];
|
$date_endyear = $tmp['year'];
|
||||||
|
|
||||||
$arrayfields = array();
|
// Add prefix session
|
||||||
|
$arrayfields = array(
|
||||||
|
'e.prefix_session' => array(
|
||||||
|
'label'=>'UserAgent',
|
||||||
|
'checked'=>(empty($conf->global->AUDIT_ENABLE_PREFIX_SESSION) ? 0 : 1),
|
||||||
|
'enabled'=>(empty($conf->global->AUDIT_ENABLE_PREFIX_SESSION) ? 0 : 1),
|
||||||
|
'position'=>110
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -259,6 +259,7 @@ ContactCreatedByEmailCollector=Contact/address created by email collector from e
|
|||||||
ProjectCreatedByEmailCollector=Project created by email collector from email MSGID %s
|
ProjectCreatedByEmailCollector=Project created by email collector from email MSGID %s
|
||||||
TicketCreatedByEmailCollector=Ticket created by email collector from email MSGID %s
|
TicketCreatedByEmailCollector=Ticket created by email collector from email MSGID %s
|
||||||
OpeningHoursFormatDesc=Use a - to separate opening and closing hours.<br>Use a space to enter different ranges.<br>Example: 8-12 14-18
|
OpeningHoursFormatDesc=Use a - to separate opening and closing hours.<br>Use a space to enter different ranges.<br>Example: 8-12 14-18
|
||||||
|
PrefixSession=Prefix for session ID
|
||||||
|
|
||||||
##### Export #####
|
##### Export #####
|
||||||
ExportsArea=Exports area
|
ExportsArea=Exports area
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user