The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
custom login redirect is skipped because of login.php?dest=index.php
#3
I guess this function is responsible?


version 4.1 -> Line 149

<pre>
Code:
public function notLoggedInRedirect($location){
        if($this->_isLoggedIn){
            return true;
        }else{
            Redirect::to($location);
        }
    }
</pre>



Not sure though, I'm still getting familiar with UserSpice... I'll just wait for when you find the time to take a look.
  Reply


Messages In This Thread
custom login redirect is skipped because of login.php?dest=index.php - by emanresu - 01-16-2017, 03:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)