1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update httpheaders.sh

This commit is contained in:
niansa 2018-07-03 16:16:35 +00:00
parent 2fdc38a4dd
commit d9a68f5333

View file

@ -1,4 +1,6 @@
#! /bin/bash
# Generation of the HTTP-headers
echo "$STATUS" >> $OUTFILE
echo 'Date: '"$(date)" >> $OUTFILE
echo 'Server: httpd' >> $OUTFILE