.inc file is not included securely

I am working on some HTML code that was inherited from another programmer who uses form include expressions:

~inc:filename.inc~

However, the problem I am facing is that this include statement does not work reliably. In approximately 90% of cases, all the information in the included file is imported without problems, but each so often all this content disappears when I refresh the page and return again when I refresh again. I have already tried changing the include clauses to more widely used forms, such as:

<!-- FILE="filename.inc"-->
<!-- virtual="../filename.inc"-->
<!-- virtual="/filename.inc"-->

but this leads to the fact that the file is not constantly included at all. I spend around other places on the Internet, but I can't seem to find any solutions or even use the include-inc: include statement.

, HTML- , , . , ?

- , ?

+3
1

, TCPIP Stack Help.chm HTTPIncFile:

void HTTPIncFile(ROM BYTE* cFile);

, ~ inc: filename.ext ~ HTML-, () "filename.ext" . MPFS2 Generator .

, , . , , , , , , .

:

curHTTP.callbackPos 0, . curHTTP.callbackPos, . . , curHTTP.callbackPos 0, .

, , , . , , callbackPos reset. , , :

, , , , , concurrency. , , , , include, , .

0

All Articles