Skip to content
Snippets Groups Projects
Commit e3379aa5 authored by SNA's avatar SNA
Browse files

No commit message

No commit message
parent 096b74d2
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ if(isset($_SESSION['config']['defaultlang']) && !empty($_SESSION['config']['defa ...@@ -33,7 +33,7 @@ if(isset($_SESSION['config']['defaultlang']) && !empty($_SESSION['config']['defa
exit;*/ exit;*/
if(isset($_GET['origin']) && $_GET['origin'] == "scan") if(isset($_GET['origin']) && $_GET['origin'] == "scan")
{ {
header("location: apps/".$_SESSION['businessapps'][0]['appid']."/reopen.php"); header("location: apps/".$_SESSION['businessapps'][0]['appid']."/index.php?display=true&page=reopen");
} }
elseif(count($_SESSION['businessapps'])== 1) elseif(count($_SESSION['businessapps'])== 1)
{ {
......
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