removed a unneeded file

This commit is contained in:
Lars Kneschke 2001-08-28 21:58:26 +00:00
parent d085166c6c
commit edc3121ba8

View File

@ -1,11 +0,0 @@
<?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);
}
?>