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