Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s
21 lines
374 B
Plaintext
21 lines
374 B
Plaintext
HTTP/1.0 200 OK
|
|
Content-Type: text/html
|
|
|
|
<html><body>
|
|
|
|
|
|
<p>This is a test page of mg.include in a Lua server page, served by the
|
|
<a href="https://github.com/civetweb/civetweb/">CivetWeb web server</a>.
|
|
</p><p>
|
|
<?
|
|
script = "page2.lp"
|
|
mg.write("Output of " .. script .. " (path type: \"virtual\"):\n")
|
|
?>
|
|
</p><p>
|
|
<?
|
|
mg.include(script, "virtual")
|
|
?>
|
|
</p>
|
|
|
|
</body></html>
|