diff options
author | gnomus <kontakt@gnomus.de> | 2015-08-20 22:29:16 +0200 |
---|---|---|
committer | gnomus <kontakt@gnomus.de> | 2015-08-20 22:29:16 +0200 |
commit | 7a5dc3483527d444ad7786ce8d0ddc00c8bb33dc (patch) | |
tree | eb1cbdabb8a684c1371d6f0be3eaab851f6db01d /public/index.php | |
parent | 128ee0911f8ce26d614ccb915c63bf66e5337f83 (diff) | |
parent | e41df963bbd247ce9a464735e29edef700b6196c (diff) |
Merge pull request #182 from jere123/patch-1
Endlosschleife gefixt
Diffstat (limited to 'public/index.php')
-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 2a9f456c..04146088 100644 --- a/public/index.php +++ b/public/index.php @@ -12,7 +12,8 @@ $free_pages = array( 'ical', 'shifts_json_export', 'shifts', - 'atom' + 'atom', + 'login' ); // Gewünschte Seite/Funktion |