Skip to content
Snippets Groups Projects
Commit ddcea226 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #6791 set absolute path instead of relative path

parent d176e414
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ if (isset($_GET['origin']) && $_GET['origin'] == 'scan') { ...@@ -52,7 +52,7 @@ if (isset($_GET['origin']) && $_GET['origin'] == 'scan') {
header('location: apps/'.$_SESSION['businessapps'][0]['appid'].'/reopen.php'); header('location: apps/'.$_SESSION['businessapps'][0]['appid'].'/reopen.php');
} else { } else {
$_SESSION['config']['app_id'] = $_SESSION['businessapps'][0]['appid']; $_SESSION['config']['app_id'] = $_SESSION['businessapps'][0]['appid'];
header('location: apps/'.$_SESSION['config']['app_id'] header('location: '.$_SESSION['config']['coreurl'].'apps/'.$_SESSION['config']['app_id']
. '/index.php?display=true&page=login'); . '/index.php?display=true&page=login');
} }
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