Go to the source code of this file.
Variables | |
| $actionLogs = $gContent->getActionLogs( $listHash ) | |
| $gContent = new LibertyContent() | |
| $listHash ['max_records'] = $gBitSystem->getConfig( 'max_records', 10 ) * 5 | |
| $listHash = $_REQUEST | |
| $logSettings | |
| $actionLogs = $gContent->getActionLogs( $listHash ) |
Definition at line 34 of file action_logs.php.
| $gContent = new LibertyContent() |
Definition at line 7 of file action_logs.php.
| $listHash['max_records'] = $gBitSystem->getConfig( 'max_records', 10 ) * 5 |
Definition at line 33 of file action_logs.php.
| $listHash = $_REQUEST |
Definition at line 31 of file action_logs.php.
| $logSettings |
Initial value:
array(
'liberty_action_log' => array(
'label' => 'Action Logs',
'note' => 'Log all changes made to liberty content.',
'type' => 'toggle',
),
)
Definition at line 10 of file action_logs.php.
1.5.2