forked from extern/egroupware
8d7ba95ea6
changed the code for editaccount and viewaccount
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;
|
|
?>
|