public
Description: The source code of http://usericons.relucks.org/
Homepage: http://usericons.relucks.org/
Clone URL: git://github.com/swdyh/usericons.relucks.org.git
Click here to lend your support to: usericons.relucks.org and make a donation at www.pledgie.com !
usericons.relucks.org / config.ru
100755 13 lines (9 sloc) 0.216 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file goes in domain.com/config.ru
 
require 'rubygems'
require 'sinatra'
 
Sinatra::Application.default_options.merge!(
   :run => false,
   :env => :production
)
 
require 'usericons.rb'
run Sinatra.application