forked from KolibriOS/kolibrios
HTMLv: file size decreased, thanks lev
git-svn-id: svn://kolibrios.org@2558 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a3b3514e59
commit
0c7a85b009
@ -14,7 +14,7 @@
|
||||
#include "..\lib\dll.h--"
|
||||
|
||||
//ïåðåìåííûå
|
||||
char URL[4096]="/sys/index.htm",
|
||||
char URL[4096],
|
||||
editURL[4096],
|
||||
page_links[12000],
|
||||
header[512];
|
||||
@ -53,6 +53,8 @@ void main()
|
||||
//] Asper
|
||||
|
||||
IF (param) copystr(#param,#URL);
|
||||
ELSE copystr("/sys/index.htm",#URL);
|
||||
|
||||
copystr(#URL,#editURL);
|
||||
|
||||
if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
|
||||
|
Loading…
Reference in New Issue
Block a user