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:
parent
2fdc38a4dd
commit
d9a68f5333
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
# Generation of the HTTP-headers
|
||||
echo "$STATUS" >> $OUTFILE
|
||||
echo 'Date: '"$(date)" >> $OUTFILE
|
||||
echo 'Server: httpd' >> $OUTFILE
|
||||
|
|
Loading…
Add table
Reference in a new issue