14 lines
No EOL
169 B
PHP
14 lines
No EOL
169 B
PHP
<?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();
|
|
|
|
} |