live updates sort of working
This commit is contained in:
parent
6368bd1656
commit
fc8379b108
6 changed files with 68 additions and 50 deletions
|
@ -6,9 +6,12 @@ require_once('mod/profile.php');
|
|||
|
||||
function update_profile_content(&$a) {
|
||||
|
||||
echo "<html>\r\n";
|
||||
echo profile_content($a,true);
|
||||
echo "</html>\r\n";
|
||||
header("Content-type: text/html");
|
||||
echo "<!DOCTYPE html><html><body>\r\n";
|
||||
echo (($_GET['msie'] == 1) ? '<div>' : '<section>');
|
||||
echo str_replace("\t",' ',profile_content($a,true));
|
||||
echo (($_GET['msie'] == 1) ? '</div>' : '</section>');
|
||||
echo "</body></html>\r\n";
|
||||
killme();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue