Files
CyberPanel/install/openlitespeed/dist/Example/cgi-bin/helloworld
2018-09-05 19:06:06 +05:00

13 lines
125 B
Bash
Executable File

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