From 911d0baa7862a6e1e0c9129ab4177ff9712a319c Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Fri, 14 May 2004 21:09:16 +0000 Subject: Implemented user login via cookies and/or sessions with templates. --- config.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index 11d4deb..74e901d 100644 --- a/config.inc.php +++ b/config.inc.php @@ -44,6 +44,7 @@ $printview_default = 'no'; // Set print view as the default view. day, week, $show_todos = 'yes'; // Show your todo list on the side of day and week view. $show_completed = 'no'; // Show completed todos on your todo list. $allow_login = 'no'; // Set to yes to prompt for login to unlock calendars. +$login_cookies = 'no'; // Set to yes to store authentication information via (unencrypted) cookies. Set to no to use sessions. // Webdav style publishing $phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; -- cgit v1.2.3