more live update
This commit is contained in:
parent
d6dbcf8581
commit
6368bd1656
6 changed files with 105 additions and 55 deletions
14
mod/update_profile.php
Normal file
14
mod/update_profile.php
Normal file
|
@ -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();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue