forked from extern/egroupware
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);
|
|
}
|
|
?>
|