Created
September 20, 2010 12:13
-
-
Save poppen/587802 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- index.fcgi.orig 2010-09-20 15:33:51.000000000 +0900 | |
+++ index.fcgi 2010-09-20 21:11:20.000000000 +0900 | |
@@ -8,6 +8,7 @@ | |
# Copyright (C) 2006-2009, Kazuhiko <[email protected]> | |
# You can redistribute it and/or modify it under GPL2. | |
# | |
+require 'rubygems' | |
require 'fcgi' | |
FCGI.each_cgi do |cgi| | |
begin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment