Skip to content

Instantly share code, notes, and snippets.

@emarashliev
Created April 30, 2010 09:29
Show Gist options
  • Save emarashliev/384996 to your computer and use it in GitHub Desktop.
Save emarashliev/384996 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'rack-legacy'
app = proc do |env|
use Rack::Legacy::Php, 'public'
end
run app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment