]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Update the gcontact entry when the contact entry is checked for updates
[friendica.git] / index.php
index 89ed058465db00a7e7e9177e65632d95b6042b85..8471735d016af1fd617d908a614c8ded21013db5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -407,15 +407,6 @@ if(x($_SESSION,'sysmsg_info')) {
 call_hooks('page_end', $a->page['content']);
 
 
-/**
- *
- * Add a place for the pause/resume Ajax indicator
- *
- */
-
-$a->page['content'] .=  '<div id="pause"></div>';
-
-
 /**
  *
  * Add the navigation (menu) template
@@ -556,6 +547,7 @@ EOT;
 $page    = $a->page;
 $profile = $a->profile;
 
+header("X-Friendica-Version: ".FRIENDICA_VERSION);
 header("Content-type: text/html; charset=utf-8");