friendica/mod/update_profile.php

14 lines
169 B
PHP
Raw Normal View History

2010-07-24 18:21:33 -04:00
<?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();
}