mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 17:26:17 +01:00
Bug fix to Remote Backups
This commit is contained in:
12
install/openlitespeed/dist/Example/cgi-bin/helloworld
vendored
Executable file
12
install/openlitespeed/dist/Example/cgi-bin/helloworld
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
|
||||
|
||||
cat << EOF
|
||||
Content-type: text/plain
|
||||
Expires: $date
|
||||
|
||||
Hello World
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user