Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
usr
/
local
/
lsws
/
DEFAULT
/
cgi-bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/local/lsws/DEFAULT/cgi-bin/helloworld
#!/bin/sh date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'` cat << EOF Content-type: text/plain Expires: $date Hello World EOF