From cfeb080dcd7f593cf70a7d12ef873c95c95ae40f Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sat, 20 Dec 2008 23:42:35 -0500 Subject: Make all web paths relative. The site no longer needs to be hosted from the root of a domain, or virtual host. Signed-off-by: Loui Chang Signed-off-by: Callan Barrett --- web/lib/acctfuncs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/lib/acctfuncs.inc') diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index 61207778..d7fabcf0 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -463,7 +463,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="", } print ""; print ""; - print "".$row["Username"].""; + print "".$row["Username"].""; print ""; print "".$row["AccountType"]; print ""; @@ -593,7 +593,7 @@ function display_account_info($U="",$T="", print " \n"; print " \n"; - print " ".__("View this user's packages")."\n"; + print " ".__("View this user's packages")."\n"; print " \n"; print "\n"; -- cgit v1.2.3-24-g4f1b