Added a proxy for use with index.php/$1 and rewrote redirects to work with sgni.nl
This commit is contained in:
@ -28,7 +28,7 @@ class Middleware
|
||||
return $next($request, $response);
|
||||
} else {
|
||||
// Redirect to the login page
|
||||
return Redirect::create($response, '/login');
|
||||
return Redirect::create($request, $response, '/login');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user