summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-20 07:13:21 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-20 07:13:21 +0000
commit182932560aa04f4117f3a44a41fc73dedaa463d4 (patch)
treefbddb204d3922f416facd921f40c1906a6e8eca5 /public
parent647e91059d38947322bd50ed4d40350415b3d389 (diff)
downloadredmine-182932560aa04f4117f3a44a41fc73dedaa463d4.tar.gz
redmine-182932560aa04f4117f3a44a41fc73dedaa463d4.zip
add newline at end of public/dispatch.cgi.example
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8301 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rwxr-xr-xpublic/dispatch.cgi.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.cgi.example b/public/dispatch.cgi.example
index ce705d36e..32fa3b266 100755
--- a/public/dispatch.cgi.example
+++ b/public/dispatch.cgi.example
@@ -7,4 +7,4 @@ require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_
require "dispatcher"
ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
-Dispatcher.dispatch \ No newline at end of file
+Dispatcher.dispatch