Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into dev_local
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Nov 19, 2014
2 parents 04bf3ef + 67c7e86 commit bebf825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/authfront.cas/CAS/Client.php
Expand Up @@ -3500,6 +3500,7 @@ public function getURL()
$new_request_uri = $request_uri[0];
$str_pattern = '/index|plugins|dashboard|settings|welcome|ws-(.*)$/';
$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;
//-------------------------------------------------------------------
Expand Down

0 comments on commit bebf825

Please sign in to comment.