2001-07-13 09:02:34 +02:00
|
|
|
<?php
|
2001-08-28 23:50:10 +02:00
|
|
|
// Only Modify the $file and $title variables.....
|
|
|
|
$data = Array
|
|
|
|
(
|
|
|
|
'description' => 'Login History',
|
|
|
|
'url' => '/index.php',
|
|
|
|
'extradata' => 'menuaction=admin.uiaccess_history.list_history'
|
2001-07-13 09:02:34 +02:00
|
|
|
);
|
|
|
|
|
2001-08-28 23:50:10 +02:00
|
|
|
//Do not modify below this line
|
|
|
|
global $menuData;
|
|
|
|
|
|
|
|
$menuData[] = $data;
|
2001-07-13 09:02:34 +02:00
|
|
|
?>
|