summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
-rw-r--r--[-rwxr-xr-x]lib/to-html.rb2
2 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index eb0b23a..b496cc2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,6 +28,7 @@ begin
"tmail",
"rinruby",
"ohm",
+ "SystemTimer",
"rjb"
].each { |dep| gem.add_dependency dep }
=begin
diff --git a/lib/to-html.rb b/lib/to-html.rb
index 1f30ca1..6785974 100755..100644
--- a/lib/to-html.rb
+++ b/lib/to-html.rb
@@ -83,6 +83,7 @@ module OpenTox
end
end
+=begin
get '/logout/?' do
response.set_cookie("subjectid",{:value=>nil})
content_type "text/html"
@@ -107,4 +108,5 @@ post '/login/?' do
OpenTox.login("Login failed, please try again")
end
end
+=end