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

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Jul 31, 2014
1 parent 3566b88 commit d3930d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/authfront.cas/CAS/Client.php
Expand Up @@ -1942,8 +1942,8 @@ private function getCallbackURL()
/*
* modify for pydio
*/
$str_pattern = 'index|plugins|dashboard|settings|welcome|ws-(.*)';
$request_uri = preg_replace($str_pattern,'',$request_uri);
//$str_pattern = 'index|plugins|dashboard|settings|welcome|ws-(.*)';
//$request_uri = preg_replace($str_pattern,'',$request_uri);


$final_uri .= $request_uri;
Expand Down

0 comments on commit d3930d0

Please sign in to comment.