HTMLv: file size decreased, thanks lev

git-svn-id: svn://kolibrios.org@2558 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-04-03 20:30:05 +00:00
parent a3b3514e59
commit 0c7a85b009

View File

@ -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();