mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-21 23:12:06 +01:00
12 lines
136 B
Bash
Executable File
12 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
|
|
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
|
|
|
|
cat << EOF
|
|
Content-type: text/html
|
|
Expires: $date
|
|
|
|
EOF
|
|
|
|
cat ../wwwroot/test.html
|