From c5be2ba90f66422b8b16fe39eb564cf55b9bc1a7 Mon Sep 17 00:00:00 2001
From: satish <satish.dvnk@vtiger.com>
Date: Tue, 16 May 2017 14:32:56 +0530
Subject: [PATCH] Added hook to stop migration if non ported extension found

---
 migrate/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migrate/index.php b/migrate/index.php
index ecbb21c0e..905245cdd 100644
--- a/migrate/index.php
+++ b/migrate/index.php
@@ -102,7 +102,7 @@ if (!$errorMessage) {
 								</div>
 							</div>
 							<div class="button-container col-lg-12">
-								<input type="button" onclick="window.location.href='index.php'" class="btn btn-large btn-primary pull-right" value="Finish"/>
+								<input type="button" onclick="window.location.href='../index.php'" class="btn btn-large btn-primary pull-right" value="Finish"/>
 						<?php } else if($currentVersion[0] >= 6 && $currentVersion[1] >= 0) { ?>
 							<div class="col-lg-8" style="padding-left: 30px;">
 								<h3> Welcome to Vtiger Migration</h3>
-- 
GitLab