mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-19 08:09:14 +00:00
15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
HTTP/1.0 200 OK
|
|
Content-Type: text/html
|
|
|
|
<html><body>
|
|
|
|
<p>
|
|
<span>Today is:</span>
|
|
<? mg.write(os.date("%A")) ?>
|
|
</p>
|
|
<p>
|
|
URI is <?=mg.request_info.uri?>
|
|
</p>
|
|
|
|
</body></html>
|