aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-11 20:32:43 -0800
committerfriendica <info@friendica.com>2011-12-11 20:32:43 -0800
commit4f254ffb5b4a74482c6d70dc1858f20c13ee8c01 (patch)
treec043caef2b9510b2eaeecb093b3adc6f3826c395 /index.php
parent834639ebab3daded63c3ed076273e69b798ced90 (diff)
downloadvolse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.tar.gz
volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.tar.bz2
volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.zip
system support for personal configurable ajax update interval
Diffstat (limited to 'index.php')
-rw-r--r--index.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/index.php b/index.php
index e43d7332d..5f6d74adb 100644
--- a/index.php
+++ b/index.php
@@ -93,12 +93,6 @@ if((x($_SESSION,'language')) && ($_SESSION['language'] !== $lang)) {
load_translation_table($lang);
}
-/*
- * Create the page head after setting the language
- *
- */
-
-$a->init_pagehead();
/**
*
@@ -119,6 +113,16 @@ if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module ==
if(! x($_SESSION,'authenticated'))
header('X-Account-Management-Status: none');
+
+/*
+ * Create the page head after setting the language
+ * and getting any auth credentials
+ */
+
+$a->init_pagehead();
+
+
+
if(! x($_SESSION,'sysmsg'))
$_SESSION['sysmsg'] = array();