Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
db646d97
Commit
db646d97
authored
Aug 10, 2011
by
marknl
Browse files
Fixed losing navigational session data.
http://bugtracker.ispconfig.org/index.php?do=details&task_id=1705
parent
682ed39d
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/capp.php
View file @
db646d97
...
...
@@ -49,6 +49,7 @@ if(!in_array($mod,$user_modules)) $app->error($app->lng(301));
if
(
is_file
(
$mod
.
"/lib/module.conf.php"
))
{
include_once
(
$mod
.
"/lib/module.conf.php"
);
$_SESSION
[
"s"
][
"module"
]
=
$module
;
session_write_close
();
echo
"HEADER_REDIRECT:"
.
$_SESSION
[
"s"
][
"module"
][
"startpage"
];
}
else
{
$app
->
error
(
$app
->
lng
(
302
));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment