diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-02 00:43:27 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-02 00:43:27 +0000 |
commit | 8bd180f221e1a767934de81dbd99fbfadccc7a93 (patch) | |
tree | 918da21f31494870a3258ff15fa65a1e01cdecbc /sample-cgi-handler.sh | |
parent | a69f9cfc6ba6ff332d1e2d8303020d49443ca8cb (diff) | |
download | communique-8bd180f221e1a767934de81dbd99fbfadccc7a93.tar.gz |
logging cleanup
Diffstat (limited to 'sample-cgi-handler.sh')
-rwxr-xr-x | sample-cgi-handler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh index b9b195d..bc82dc4 100755 --- a/sample-cgi-handler.sh +++ b/sample-cgi-handler.sh @@ -3,7 +3,7 @@ echo "Content-type: application/atom+xml" echo "" echo '<feed xmlns="http://www.w3.org/2005/Atom"> <entry> - <content>asd</content> + <content>alkfjlasjf</content> </entry> </feed>' exit 0 |