Subversion Repositories Kolibri OS

Rev

Rev 5990 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5990 Rev 6021
Line 32... Line 32...
32
	
32
	
Line 33... Line 33...
33
	IF (!strcmpn(in_URL,"./", 2)) in_URL+=2;
33
	IF (!strcmpn(in_URL,"./", 2)) in_URL+=2;
34
	if (!http_transfer) 
34
	if (!http_transfer) 
35
	{
35
	{
36
		strcpy(#newurl, History.current());
36
		strcpy(#newurl, history.current());
37
	}
37
	}
38
	else
38
	else
39
	{
39
	{
40
		strcpy(#newurl, History.items.get(History.active-2)); 
40
		strcpy(#newurl, history.items.get(history.active-2)); 
41
	}
41
	}
Line 42... Line 42...
42
 
42
 
43
	if (ESBYTE[in_URL] == '/') //remove everything after site domain name
43
	if (ESBYTE[in_URL] == '/') //remove everything after site domain name
44
	{
44
	{