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 967fe3a7..2895daa1 100644 --- a/public/index.php +++ b/public/index.php @@ -92,7 +92,8 @@ $free_pages = array( 'ical', 'shifts_json_export', 'shifts', - 'atom' + 'atom', + 'login' ); // Gewünschte Seite/Funktion |