From 1c146b281437ca1ad5320d1f419decf6a46e9430 Mon Sep 17 00:00:00 2001 From: Laurent Opprecht Date: Thu, 12 Apr 2012 11:04:49 +0200 Subject: [PATCH] custompage index-logged redirect not working #4603 --- custompages/index-logged.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custompages/index-logged.php b/custompages/index-logged.php index 3f3a39f971..d4b580cc52 100644 --- a/custompages/index-logged.php +++ b/custompages/index-logged.php @@ -1,6 +1,6 @@ +$www = api_get_path('WEB_PATH'); + +header("Location: $www/user_portal.php"); \ No newline at end of file