changeset 78:d50b64fbbc70

Use silent auth check.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Oct 2013 18:14:15 +0300
parents 70c0b21f0781
children b75f99a8973c
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Thu Oct 17 18:14:04 2013 +0300
+++ b/index.php	Thu Oct 17 18:14:15 2013 +0300
@@ -45,7 +45,7 @@
   <a href="compos">Compos</a>
   <a href="event">Event</a>
 <?
-$visibility = stAdmSessionAuth();
+$visibility = stAdmSessionAuth(TRUE);
 
 if (stGetSetting("showAttendees"))
 echo "  <a href=\"attendees\">Attendees</a>\n";