Skip to content
Snippets Groups Projects
Commit db646d97 authored by marknl's avatar marknl
Browse files
parent 682ed39d
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment