mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:24 +01:00
8 lines
180 B
PHP
8 lines
180 B
PHP
<?php
|
|
$title = $appname;
|
|
$file = Array(
|
|
'Login History' => array('/index.php','menuaction=admin.uiaccess_history.list_history')
|
|
);
|
|
|
|
display_section($appname,$title,$file);
|
|
?>
|