From 4c8c9e792e7c9779fe9117d351ac0aca101344f9 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Wed, 25 Oct 2017 14:42:08 +0000 Subject: [PATCH] FSN#40747 iOS doet het schijnbaar niet met relatieve paden, die dus absoluut maken svn path=/Website/branches/v2017.2/; revision=35816 --- APPL/PDA/setlocation.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/PDA/setlocation.asp b/APPL/PDA/setlocation.asp index ede5dd1165..719563a1ac 100644 --- a/APPL/PDA/setlocation.asp +++ b/APPL/PDA/setlocation.asp @@ -40,7 +40,7 @@ if (flr_key > -1) { if (flr_key > -1 || bld_key > -1 || loc_key > -1 || alg_key > -1) { // Gezet, terug naar portal, wellicht nog parameter om niks te doen (QRC) // Dit lijkt niet helemaal lekker te gaan zo (na langer rondklikken) - Response.Redirect(rooturl + "/pda/Facilitor.asp"); + Response.Redirect(rooturl + "/appl/pda/Facilitor.asp"); } // Kies heel ruim waar je autorisatie op hebt