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
Redirect from login to index.php
#1
In the login.php script there is a redirect:

Code:
Redirect::to('account.php');

After logging in the user ends up on the account page so this works. However, I changed it to:

Code:
Redirect::to('index.php'); //this is in the root folder not in the users folder

but it still goes to account.php.

Is there another part of the US code that is causing the redirect to the account.php page?
  Reply
#2
Nevermind, I found it in custom_login-script.php.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)