aboutsummaryrefslogtreecommitdiffstats
path: root/mod/update_profile.php
blob: a0cb10f5d3584483182ff652ef9d77ad621a20ea (plain) (blame)
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();

}