Files
CyberPanel/install/openlitespeed/dist/Example/cgi-bin/helloworld

13 lines
125 B
Plaintext
Raw Normal View History

2018-09-05 19:06:06 +05:00
#!/bin/sh
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
cat << EOF
Content-type: text/plain
Expires: $date
Hello World
EOF