mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 17:30:11 +01:00
14 lines
286 B
PHP
14 lines
286 B
PHP
<?php
|
|
// Only Modify the $file and $title variables.....
|
|
$data = Array
|
|
(
|
|
'description' => 'Login History',
|
|
'url' => '/index.php',
|
|
'extradata' => 'menuaction=admin.uiaccess_history.list_history'
|
|
);
|
|
|
|
//Do not modify below this line
|
|
global $menuData;
|
|
|
|
$menuData[] = $data;
|
|
?>
|