mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
12 lines
229 B
PHP
12 lines
229 B
PHP
<?php
|
|
{
|
|
// Only Modify the $file and $title variables.....
|
|
$title = $appname;
|
|
$file = Array(
|
|
'userdata' => array('/admin/editaccount.php','')
|
|
);
|
|
//Do not modify below this line
|
|
display_section($appname,$title,$file);
|
|
}
|
|
?>
|