summaryrefslogtreecommitdiff
path: root/im/cgi-bin/pythonhelloworld.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'im/cgi-bin/pythonhelloworld.cgi')
-rwxr-xr-xim/cgi-bin/pythonhelloworld.cgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/im/cgi-bin/pythonhelloworld.cgi b/im/cgi-bin/pythonhelloworld.cgi
deleted file mode 100755
index cede50f..0000000
--- a/im/cgi-bin/pythonhelloworld.cgi
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-
-print "Content-type: text/html\n\n"
-print "<html>Hello world!</html>"
-