]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Small bugfix
[friendica.git] / index.php
index bf4ee378af840ccb0810f7cfa686921a251863ba..943763a5110ce54c6dc9543ee2b0615e33ed523a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -114,7 +114,9 @@ load_translation_table($lang);
  *
  */
 
+$stamp1 = microtime(true);
 session_start();
+$a->save_timestamp($stamp1, "parser");
 
 /**
  * Language was set earlier, but we can over-ride it in the session.