Project

General

Profile

« Previous | Next » 

Revision 13664

web/username_prefix.php: don't remove @ from query string because that is no longer a special character

View differences:

trunk/web/username_prefix.php
13 13
	{
14 14
		$subpath = "."/*force dotpath*/.user2path($_SERVER["PHP_AUTH_USER"]);
15 15
		$dest = $_SERVER["SCRIPT_URL"]."?".$subpath
16
			.ltrim($_SERVER["QUERY_STRING"], "@"); # prepend to query string
16
			.$_SERVER["QUERY_STRING"]; # prepend to query string
17 17
	}
18 18
	else $dest = $_SERVER["SCRIPT_URL"]; # user empty->display page (remove ? )
19 19
	

Also available in: Unified diff