jilo-web/app/includes/constants.php

6 lines
151 B
PHP
Raw Normal View History

<?php
// Pages that should not be used as redirect targets
const INVALID_REDIRECT_PAGES = [
'', 'login', 'logout', 'register', 'dashboard', '/'
];