egroupware_official/admin/inc/hook_view_user.inc.php

13 lines
278 B
PHP
Executable File

<?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
$GLOBALS['menuData'][] = $data;
?>