diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 15:21:33 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 15:21:33 -0700 |
commit | 6368bd165612dfa1e95e8d4c99b922797bf429af (patch) | |
tree | d64d21ef77e8dfaae0162f376eae48ecde8eebe0 /mod/update_profile.php | |
parent | d6dbcf8581ef4f93db386eb5c52b060831ee4762 (diff) | |
download | volse-hubzilla-6368bd165612dfa1e95e8d4c99b922797bf429af.tar.gz volse-hubzilla-6368bd165612dfa1e95e8d4c99b922797bf429af.tar.bz2 volse-hubzilla-6368bd165612dfa1e95e8d4c99b922797bf429af.zip |
more live update
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 |