jilo-web/app/includes/constants.php

6 lines
129 B
PHP
Raw Normal View History

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