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 dc58fa06..968a8286 100644 --- a/public/index.php +++ b/public/index.php @@ -77,7 +77,8 @@ $free_pages = array( 'shifts_json_export_all', 'user_password_recovery', 'api', - 'credits' + 'credits', + 'angeltypes' ); // Gewünschte Seite/Funktion |