aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-11 14:53:39 -0800
committerFriendika <info@friendika.com>2010-11-11 14:53:39 -0800
commit4c5f3fbf7983ec64d4564c80578221ed57e2521e (patch)
tree2ce264b3f906b0f7af4dafe83e80f8ff163b441b /index.php
parent7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e (diff)
downloadvolse-hubzilla-4c5f3fbf7983ec64d4564c80578221ed57e2521e.tar.gz
volse-hubzilla-4c5f3fbf7983ec64d4564c80578221ed57e2521e.tar.bz2
volse-hubzilla-4c5f3fbf7983ec64d4564c80578221ed57e2521e.zip
auth manager update, increased verbosity on salmon logs
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index abb528f95..91b864df8 100644
--- a/index.php
+++ b/index.php
@@ -30,6 +30,7 @@ $a->init_pagehead();
session_start();
+// header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');
if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login'))
require("auth.php");