progress on mod/display - slow but any progress is good

This commit is contained in:
friendica
2013-02-10 16:04:03 -08:00
parent 99c5f88963
commit 2cfd73c57d
3 changed files with 12 additions and 24 deletions

View File

@@ -8,6 +8,8 @@ require_once('include/group.php');
function update_display_content(&$a) {
$profile_uid = intval($_GET['p']);
if(! $profile_uid)
$profile_uid = (-1);
$load = (((argc() > 1) && (argv(1) == 'load')) ? 1 : 0);
header("Content-type: text/html");
echo "<!DOCTYPE html><html><body>\r\n";