From d644952fcd43f999e580a967e461862f4aa319d2 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Fri, 12 Dec 2014 23:51:37 +0100 Subject: also allow atom feed without login --- public/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index fedf8f5d..5c673f0a 100644 --- a/public/index.php +++ b/public/index.php @@ -84,7 +84,8 @@ $free_pages = array( 'angeltypes', 'users', 'ical', - 'shifts_json_export' + 'shifts_json_export', + 'atom' ); // Gewünschte Seite/Funktion -- cgit v1.2.3-54-g00ecf