diff options
author | Felix Favre <gnomus@gnomus.de> | 2014-12-12 23:51:37 +0100 |
---|---|---|
committer | Felix Favre <gnomus@gnomus.de> | 2014-12-12 23:51:37 +0100 |
commit | d644952fcd43f999e580a967e461862f4aa319d2 (patch) | |
tree | b6ed582000e6377b9b96adac8adeb6a5c2f29a9e | |
parent | 96d2aee2cbb94bef46a2f09e89feab39fc341588 (diff) |
also allow atom feed without login
-rw-r--r-- | public/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |