]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/test/ajax/echo.cgi
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / test / ajax / echo.cgi
CommitLineData
7c673cae
FG
1#!/bin/sh
2
3echo "Content-Type: text/plain; charset=utf-8"
4echo "Connection: close"
5echo "Cache-Control: no-cache"
6echo ""
7
8echo "{}"