diff --git a/core/trunk/index.php b/core/trunk/index.php
index 1c8a0195e8076806bd5afacccf9ada64ee4730b1..70521534c6096b321b2a2ab7909fd6c65fecf82d 100644
--- a/core/trunk/index.php
+++ b/core/trunk/index.php
@@ -33,7 +33,7 @@ if(isset($_SESSION['config']['defaultlang']) && !empty($_SESSION['config']['defa
 exit;*/
 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)
 {