diff --git a/auth.php b/auth.php index 5661d88..5e1bca5 100644 --- a/auth.php +++ b/auth.php @@ -94,7 +94,8 @@ class auth if ($url === "") $res .= "#"; else - $res .= $baseURL."authentication/$url"; + $res .= $baseURL."authentication/". + str_replace ("%2F", "/", urlencode ($url)); $res .= "'>\n"; if ($alreadyAuth === false) { @@ -123,7 +124,8 @@ class auth $res .= "
". dgettext ("domframework", "Logout")."\n"; if ($url !== "") - $res .= "". + $res .= "". dgettext ("domframework", "Go back to the calling page"). "\n"; $res .="
\n";