From 02ba3693084c599f513aeeaf0c641fecbf1733d3 Mon Sep 17 00:00:00 2001 From: c12simple Date: Mon, 17 Nov 2014 13:13:58 +0100 Subject: [PATCH] go to welcome page after authentification on CAS --- core/src/plugins/authfront.cas/CAS/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/plugins/authfront.cas/CAS/Client.php b/core/src/plugins/authfront.cas/CAS/Client.php index 781bd39c75..2790169c57 100755 --- a/core/src/plugins/authfront.cas/CAS/Client.php +++ b/core/src/plugins/authfront.cas/CAS/Client.php @@ -3502,7 +3502,7 @@ public function getURL() $new_request_uri = preg_replace($str_pattern,'',$new_request_uri); if(!(strcmp($new_request_uri, "/") === 0)) $new_request_uri = rtrim($new_request_uri, "/"); - $final_uri .= $new_request_uri; + $final_uri .= $new_request_uri."welcome"; //-------------------------------------------------------------------