]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Fix for author-thumb/owner-thumb - DFRN: Relocate stuff
[friendica.git] / index.php
index 17258fd0abd32690fb8da9e53a73548e7d3f5059..943763a5110ce54c6dc9543ee2b0615e33ed523a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -65,7 +65,7 @@ if(!$install) {
 
                if ($processlist["amount"] > $max_processes) {
                        logger("Processcheck: Maximum number of processes for frontend tasks (".$max_processes.") reached.", LOGGER_DEBUG);
-                       return;
+                       system_unavailable();
                }
        }
 
@@ -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.