6368bd165
1 2 3 4 5 6 7 8 9 10 11 12 13 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(); }