mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-09-19 15:57:40 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
7
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.rb
Executable file
7
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.rb
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env ruby
|
||||
# -*- coding: None -*-
|
||||
|
||||
require 'cgi' //cgi file to create a simple cgi object.
|
||||
cgi = CGI.new //instantiating a cgi object.
|
||||
puts cgi.header //thats telling the server about the type(html).
|
||||
puts "hello" // thats the output on the browser.
|
Reference in New Issue
Block a user