Checkout of Instiki Trunk 1/21/2007.
This commit is contained in:
commit
69b62b6f33
1138 changed files with 139586 additions and 0 deletions
6
vendor/rails/actionpack/examples/address_book_controller.fcgi
vendored
Executable file
6
vendor/rails/actionpack/examples/address_book_controller.fcgi
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/local/bin/ruby
|
||||
|
||||
require "address_book_controller"
|
||||
require "fcgi"
|
||||
|
||||
FCGI.each_cgi { |cgi| AddressBookController.process_cgi(cgi) }
|
Loading…
Add table
Add a link
Reference in a new issue