Skip to content

Commit

Permalink
ltb-project#128: Removing unneccessary variables from config.
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai94 committed Jul 30, 2024
1 parent 951cd86 commit 68931c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 1 addition & 10 deletions conf/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,7 @@
'secretary' => array( 'attribute' => 'secretary', 'faclass' => 'user-circle-o', 'type' => 'dn_link' ),
'state' => array( 'attribute' => 'st', 'faclass' => 'globe', 'type' => 'text' ),
'street' => array( 'attribute' => 'street', 'faclass' => 'map-marker', 'type' => 'text' ),
'title' => array( 'attribute' => 'title', 'faclass' => 'certificate', 'type' => 'text' ),

# Audit log elements
'date' => array( 'attribute' => 'date', 'faclass' => 'clock-o', 'type' => 'text' ),
'ip' => array( 'attribute' => 'ip', 'faclass' => 'user-o', 'type' => 'text' ),
'dn' => array( 'attribute' => 'dn', 'faclass' => 'user-o', 'type' => 'text' ),
'done_by' => array( 'attribute' => 'done_by', 'faclass' => 'user-o', 'type' => 'text' ),
'action' => array( 'attribute' => 'action', 'faclass' => 'lock', 'type' => 'text' ),
'result' => array( 'attribute' => 'result', 'faclass' => 'certificate', 'type' => 'text' ),
'comment' => array( 'attribute' => 'comment', 'faclass' => 'certificate', 'type' => 'text' ),
'title' => array( 'attribute' => 'title', 'faclass' => 'certificate', 'type' => 'text' )
);

# Search
Expand Down
3 changes: 2 additions & 1 deletion htdocs/auditlog.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
$smarty->assign("listing_columns", $audit_log_items);
$smarty->assign("truncate_value_after", $audit_log_truncate_value_after);
}
?>

?>

0 comments on commit 68931c7

Please sign in to comment.