diff options
Diffstat (limited to 'public')
-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 |