Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Eibrink-Lunzenauer
Stud.IP
Commits
89db6306
Commit
89db6306
authored
1 year ago
by
Jan-Hendrik Willms
Committed by
David Siegfried
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix redirect, fixes #2551
Closes #2551 Merge request
studip/studip!1722
parent
92f2cf7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/controllers/admin/install.php
+3
-2
3 additions, 2 deletions
app/controllers/admin/install.php
with
3 additions
and
2 deletions
app/controllers/admin/install.php
+
3
−
2
View file @
89db6306
...
@@ -403,11 +403,12 @@ class Admin_InstallController extends Trails_Controller
...
@@ -403,11 +403,12 @@ class Admin_InstallController extends Trails_Controller
public
function
migrate_action
()
public
function
migrate_action
()
{
{
URLHelper
::
setBaseURL
(
$_SESSION
[
'STUDIP_INSTALLATION'
][
'system'
][
'ABSOLUTE_URI_STUDIP'
]);
unset
(
$_SESSION
[
'STUDIP_INSTALLATION'
]);
unset
(
$_SESSION
[
'STUDIP_INSTALLATION'
]);
session_destroy
();
session_destroy
();
header
(
'Location: '
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
])
.
'/web_migrate.php'
);
$this
->
redirect
(
URLHelper
::
getURL
(
'web_migrate.php'
));
die
;
}
}
public
function
session_error_action
()
public
function
session_error_action
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment