Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick van der Burgt <nickvanderburgt@gmail.com>2010-12-27 21:13:41 +0300
committerNick van der Burgt <nickvanderburgt@gmail.com>2010-12-27 21:13:41 +0300
commit00973e6ad6c1060b6b56d5819638fc607937375d (patch)
tree505b4d39a65e3ffb6316b619c1913e75ac045601 /config.ru
parente6127c6aa948c9e7292d4c8c33b8608c96af9254 (diff)
Changed Chrome Frame back on
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.ru b/config.ru
index 8e7c86125..5cbf4911d 100644
--- a/config.ru
+++ b/config.ru
@@ -6,6 +6,6 @@
require ::File.expand_path('../config/environment', __FILE__)
#use Rack::FiberPool
-#require ::File.expand_path('../lib/chrome_frame', __FILE__)
-#use Rack::ChromeFrame, :minimum => 8
+require ::File.expand_path('../lib/chrome_frame', __FILE__)
+use Rack::ChromeFrame, :minimum => 8
run Diaspora::Application