Changeset 790 for trunk/services


Ignore:
Timestamp:
Apr 6, 2023 12:06:49 AM (13 months ago)
Author:
anonymous
Message:

Fix signing_key bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/login.php

    r785 r790  
    3939
    4040if ($auth->isLoggedIn()) {
    41     if ($app->validBoomerangURL('login')) {
     41    if ($app->validBoomerangURL('login') && mb_stripos($app->getBoomerangURL('login'), '/login.php') === false) {
    4242        $app->dieBoomerangURL('login');
    4343    }
Note: See TracChangeset for help on using the changeset viewer.