diff options
Diffstat (limited to 'mod/update_profile.php')
-rw-r--r-- | mod/update_profile.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/update_profile.php b/mod/update_profile.php new file mode 100644 index 000000000..a0cb10f5d --- /dev/null +++ b/mod/update_profile.php @@ -0,0 +1,14 @@ +<?php + + +require_once('mod/profile.php'); + + +function update_profile_content(&$a) { + + echo "<html>\r\n"; + echo profile_content($a,true); + echo "</html>\r\n"; + killme(); + +}
\ No newline at end of file |