Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
CGI
:
test.cgi
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
#!/usr/bin/python print "Content-type: text/html\n\n" print "<html><head><title>Page de test</title></head><body>\n" print "<p>Hello World</p>\n" print "</body></html>\n"