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--"
|
#include "..\lib\dll.h--"
|
||||||
|
|
||||||
//ïåðåìåííûå
|
//ïåðåìåííûå
|
||||||
char URL[4096]="/sys/index.htm",
|
char URL[4096],
|
||||||
editURL[4096],
|
editURL[4096],
|
||||||
page_links[12000],
|
page_links[12000],
|
||||||
header[512];
|
header[512];
|
||||||
@ -53,6 +53,8 @@ void main()
|
|||||||
//] Asper
|
//] Asper
|
||||||
|
|
||||||
IF (param) copystr(#param,#URL);
|
IF (param) copystr(#param,#URL);
|
||||||
|
ELSE copystr("/sys/index.htm",#URL);
|
||||||
|
|
||||||
copystr(#URL,#editURL);
|
copystr(#URL,#editURL);
|
||||||
|
|
||||||
if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
|
if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
|
||||||
|
Loading…
Reference in New Issue
Block a user