12021 Correction
Correction
This commit is contained in:
@@ -13,6 +13,7 @@ function auditLogArraySet ($str, $filter)
|
|||||||
$date = "";
|
$date = "";
|
||||||
$workspace = "";
|
$workspace = "";
|
||||||
$action = "";
|
$action = "";
|
||||||
|
$ip = "";
|
||||||
$user = "";
|
$user = "";
|
||||||
$description = "";
|
$description = "";
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ switch ($_GET['action']) {
|
|||||||
try {
|
try {
|
||||||
G::LoadClass( 'serverConfiguration' );
|
G::LoadClass( 'serverConfiguration' );
|
||||||
$oServerConf = & serverConf::getSingleton();
|
$oServerConf = & serverConf::getSingleton();
|
||||||
|
$response = new $oServerConf;
|
||||||
/*you can use SYS_TEMP or SYS_SYS ON AUDIT_LOG_CONF to save for each workspace*/
|
/*you can use SYS_TEMP or SYS_SYS ON AUDIT_LOG_CONF to save for each workspace*/
|
||||||
$oServerConf->unsetAuditLogProperty( 'AL_TYPE', SYS_SYS );
|
$oServerConf->unsetAuditLogProperty( 'AL_TYPE', SYS_SYS );
|
||||||
if (isset( $_POST['acceptAL'] )) {
|
if (isset( $_POST['acceptAL'] )) {
|
||||||
|
|||||||
Reference in New Issue
Block a user